| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- package drds
- //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.
- // ListItem is a nested struct in drds response
- type ListItem struct {
- Engine string `json:"Engine" xml:"Engine"`
- UserVisible bool `json:"UserVisible" xml:"UserVisible"`
- NeedRestart bool `json:"NeedRestart" xml:"NeedRestart"`
- AccountType int `json:"AccountType" xml:"AccountType"`
- CheckItemContent string `json:"CheckItemContent" xml:"CheckItemContent"`
- SecurityIpList string `json:"SecurityIpList" xml:"SecurityIpList"`
- IsAccountTypeNotSupport bool `json:"IsAccountTypeNotSupport" xml:"IsAccountTypeNotSupport"`
- ParamLevel string `json:"ParamLevel" xml:"ParamLevel"`
- IsNetTypeNotSupport bool `json:"IsNetTypeNotSupport" xml:"IsNetTypeNotSupport"`
- MaxAccountCount int `json:"MaxAccountCount" xml:"MaxAccountCount"`
- Property string `json:"Property" xml:"Property"`
- IsInvalid bool `json:"IsInvalid" xml:"IsInvalid"`
- SecurityIpListNotBlank bool `json:"SecurityIpListNotBlank" xml:"SecurityIpListNotBlank"`
- MaxConnections int `json:"MaxConnections" xml:"MaxConnections"`
- ShardKey string `json:"ShardKey" xml:"ShardKey"`
- Progress int `json:"Progress" xml:"Progress"`
- IsAccountFull bool `json:"IsAccountFull" xml:"IsAccountFull"`
- DbInstType int `json:"DbInstType" xml:"DbInstType"`
- Delay int `json:"Delay" xml:"Delay"`
- NetworkType string `json:"NetworkType" xml:"NetworkType"`
- VpcId string `json:"VpcId" xml:"VpcId"`
- CheckFailReason string `json:"CheckFailReason" xml:"CheckFailReason"`
- DBInstanceStorageType string `json:"DBInstanceStorageType" xml:"DBInstanceStorageType"`
- Type string `json:"Type" xml:"Type"`
- AdminPwd string `json:"AdminPwd" xml:"AdminPwd"`
- Port int `json:"Port" xml:"Port"`
- ParamEnglishName string `json:"ParamEnglishName" xml:"ParamEnglishName"`
- EngineVersion string `json:"EngineVersion" xml:"EngineVersion"`
- IsDbFull bool `json:"IsDbFull" xml:"IsDbFull"`
- Table string `json:"Table" xml:"Table"`
- ParamDesc string `json:"ParamDesc" xml:"ParamDesc"`
- InstanceName string `json:"InstanceName" xml:"InstanceName"`
- DbInstanceStorage int `json:"DbInstanceStorage" xml:"DbInstanceStorage"`
- ParamDefaultValue string `json:"ParamDefaultValue" xml:"ParamDefaultValue"`
- Result bool `json:"Result" xml:"Result"`
- TableName string `json:"TableName" xml:"TableName"`
- DbName string `json:"DbName" xml:"DbName"`
- AccountCount int `json:"AccountCount" xml:"AccountCount"`
- IsNetworkTypeNotSupport bool `json:"IsNetworkTypeNotSupport" xml:"IsNetworkTypeNotSupport"`
- ParamType string `json:"ParamType" xml:"ParamType"`
- AzoneIdNotMatch bool `json:"AzoneIdNotMatch" xml:"AzoneIdNotMatch"`
- DbInstanceMemory int64 `json:"DbInstanceMemory" xml:"DbInstanceMemory"`
- TargetTableName string `json:"TargetTableName" xml:"TargetTableName"`
- BroadcastType string `json:"BroadcastType" xml:"BroadcastType"`
- SupportUpgradeAccountType int `json:"SupportUpgradeAccountType" xml:"SupportUpgradeAccountType"`
- Region string `json:"Region" xml:"Region"`
- Category string `json:"Category" xml:"Category"`
- ReadWeight int `json:"ReadWeight" xml:"ReadWeight"`
- Expired int64 `json:"Expired" xml:"Expired"`
- InstanceDescription string `json:"InstanceDescription" xml:"InstanceDescription"`
- DbCount int `json:"DbCount" xml:"DbCount"`
- CheckItemName string `json:"CheckItemName" xml:"CheckItemName"`
- InstanceStorage string `json:"InstanceStorage" xml:"InstanceStorage"`
- VpcCloudDbInstanceId string `json:"VpcCloudDbInstanceId" xml:"VpcCloudDbInstanceId"`
- IsShard bool `json:"IsShard" xml:"IsShard"`
- Stage int `json:"Stage" xml:"Stage"`
- InstanceId string `json:"InstanceId" xml:"InstanceId"`
- VswitchId string `json:"VswitchId" xml:"VswitchId"`
- UsingNatIp bool `json:"UsingNatIp" xml:"UsingNatIp"`
- AdminUser string `json:"AdminUser" xml:"AdminUser"`
- ParamRanges string `json:"ParamRanges" xml:"ParamRanges"`
- ParamValue string `json:"ParamValue" xml:"ParamValue"`
- ParamVariableName string `json:"ParamVariableName" xml:"ParamVariableName"`
- LockMode int `json:"LockMode" xml:"LockMode"`
- Status int `json:"Status" xml:"Status"`
- AllowFullTableScan bool `json:"AllowFullTableScan" xml:"AllowFullTableScan"`
- SourceTableName string `json:"SourceTableName" xml:"SourceTableName"`
- RegionName string `json:"RegionName" xml:"RegionName"`
- IsLocked bool `json:"IsLocked" xml:"IsLocked"`
- ParamName string `json:"ParamName" xml:"ParamName"`
- SubDomain string `json:"SubDomain" xml:"SubDomain"`
- Broadcast bool `json:"Broadcast" xml:"Broadcast"`
- InvalidReason string `json:"InvalidReason" xml:"InvalidReason"`
- CheckResult string `json:"CheckResult" xml:"CheckResult"`
- Avz string `json:"Avz" xml:"Avz"`
- ConnectUrl string `json:"ConnectUrl" xml:"ConnectUrl"`
- MaxDbCount int `json:"MaxDbCount" xml:"MaxDbCount"`
- ItemId int64 `json:"ItemId" xml:"ItemId"`
- InstanceNetType int `json:"InstanceNetType" xml:"InstanceNetType"`
- }
|