package rds //Licensed under the Apache License, Version 2.0 (the "License"); //you may not use this file except in compliance with the License. //You may obtain a copy of the License at // //http://www.apache.org/licenses/LICENSE-2.0 // //Unless required by applicable law or agreed to in writing, software //distributed under the License is distributed on an "AS IS" BASIS, //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. //See the License for the specific language governing permissions and //limitations under the License. // // Code generated by Alibaba Cloud SDK Code Generator. // Changes may cause incorrect behavior and will be lost if the code is regenerated. type DBInstanceAttribute struct { InsId int `json:"InsId" xml:"InsId"` PayType string `json:"PayType" xml:"PayType"` InstanceNetworkType string `json:"InstanceNetworkType" xml:"InstanceNetworkType"` EngineVersion string `json:"EngineVersion" xml:"EngineVersion"` ConnectionMode string `json:"ConnectionMode" xml:"ConnectionMode"` ZoneId string `json:"ZoneId" xml:"ZoneId"` MaxIOPS int `json:"MaxIOPS" xml:"MaxIOPS"` DBInstanceStatus string `json:"DBInstanceStatus" xml:"DBInstanceStatus"` MaxConnections int `json:"MaxConnections" xml:"MaxConnections"` AccountMaxQuantity int `json:"AccountMaxQuantity" xml:"AccountMaxQuantity"` DBInstanceStorage int `json:"DBInstanceStorage" xml:"DBInstanceStorage"` DBInstanceMemory int `json:"DBInstanceMemory" xml:"DBInstanceMemory"` CreationTime string `json:"CreationTime" xml:"CreationTime"` LockReason string `json:"LockReason" xml:"LockReason"` AccountType string `json:"AccountType" xml:"AccountType"` LockMode string `json:"LockMode" xml:"LockMode"` ConnectionString string `json:"ConnectionString" xml:"ConnectionString"` Port string `json:"Port" xml:"Port"` TempDBInstanceId string `json:"TempDBInstanceId" xml:"TempDBInstanceId"` DBInstanceType string `json:"DBInstanceType" xml:"DBInstanceType"` VSwitchId string `json:"VSwitchId" xml:"VSwitchId"` AvailabilityValue string `json:"AvailabilityValue" xml:"AvailabilityValue"` MaintainTime string `json:"MaintainTime" xml:"MaintainTime"` Category string `json:"Category" xml:"Category"` IncrementSourceDBInstanceId string `json:"IncrementSourceDBInstanceId" xml:"IncrementSourceDBInstanceId"` DBInstanceNetType string `json:"DBInstanceNetType" xml:"DBInstanceNetType"` DBInstanceCPU string `json:"DBInstanceCPU" xml:"DBInstanceCPU"` GuardDBInstanceId string `json:"GuardDBInstanceId" xml:"GuardDBInstanceId"` DBInstanceDescription string `json:"DBInstanceDescription" xml:"DBInstanceDescription"` Engine string `json:"Engine" xml:"Engine"` ReadDelayTime string `json:"ReadDelayTime" xml:"ReadDelayTime"` DBMaxQuantity int `json:"DBMaxQuantity" xml:"DBMaxQuantity"` MasterInstanceId string `json:"MasterInstanceId" xml:"MasterInstanceId"` VpcId string `json:"VpcId" xml:"VpcId"` DBInstanceClass string `json:"DBInstanceClass" xml:"DBInstanceClass"` SupportUpgradeAccountType string `json:"SupportUpgradeAccountType" xml:"SupportUpgradeAccountType"` DBInstanceId string `json:"DBInstanceId" xml:"DBInstanceId"` ExpireTime string `json:"ExpireTime" xml:"ExpireTime"` RegionId string `json:"RegionId" xml:"RegionId"` DBInstanceClassType string `json:"DBInstanceClassType" xml:"DBInstanceClassType"` SecurityIPList string `json:"SecurityIPList" xml:"SecurityIPList"` }