| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- 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.
- // Data is a nested struct in drds response
- type Data struct {
- VpcCloudInstanceId string `json:"VpcCloudInstanceId" xml:"VpcCloudInstanceId"`
- VersionAction string `json:"VersionAction" xml:"VersionAction"`
- IsUsable bool `json:"IsUsable" xml:"IsUsable"`
- InstRole string `json:"InstRole" xml:"InstRole"`
- CommodityCode string `json:"CommodityCode" xml:"CommodityCode"`
- SrcDbName string `json:"SrcDbName" xml:"SrcDbName"`
- NetworkType string `json:"NetworkType" xml:"NetworkType"`
- ShardTbKey string `json:"ShardTbKey" xml:"ShardTbKey"`
- Type string `json:"Type" xml:"Type"`
- IsActive bool `json:"IsActive" xml:"IsActive"`
- Version int64 `json:"Version" xml:"Version"`
- DstInstance string `json:"DstInstance" xml:"DstInstance"`
- Label string `json:"Label" xml:"Label"`
- Capacity int64 `json:"Capacity" xml:"Capacity"`
- TableName string `json:"TableName" xml:"TableName"`
- DrdsInstanceId string `json:"DrdsInstanceId" xml:"DrdsInstanceId"`
- DbName string `json:"DbName" xml:"DbName"`
- Stage string `json:"Stage" xml:"Stage"`
- Progress string `json:"Progress" xml:"Progress"`
- ZoneId string `json:"ZoneId" xml:"ZoneId"`
- RdsInstanceId string `json:"RdsInstanceId" xml:"RdsInstanceId"`
- OrderInstanceId string `json:"OrderInstanceId" xml:"OrderInstanceId"`
- TargetTableName string `json:"TargetTableName" xml:"TargetTableName"`
- Status string `json:"Status" xml:"Status"`
- Use int64 `json:"Use" xml:"Use"`
- Region string `json:"Region" xml:"Region"`
- NewestVersion string `json:"NewestVersion" xml:"NewestVersion"`
- InstanceSeries string `json:"InstanceSeries" xml:"InstanceSeries"`
- MachineType string `json:"MachineType" xml:"MachineType"`
- CreateTime int64 `json:"CreateTime" xml:"CreateTime"`
- RegionId string `json:"RegionId" xml:"RegionId"`
- InstanceSpec string `json:"InstanceSpec" xml:"InstanceSpec"`
- TipsType int `json:"TipsType" xml:"TipsType"`
- SrcInstance string `json:"SrcInstance" xml:"SrcInstance"`
- Description string `json:"Description" xml:"Description"`
- Expired string `json:"Expired" xml:"Expired"`
- ExpireDate int64 `json:"ExpireDate" xml:"ExpireDate"`
- SourceTableName string `json:"SourceTableName" xml:"SourceTableName"`
- WarningLevel int `json:"WarningLevel" xml:"WarningLevel"`
- ShardDbKey string `json:"ShardDbKey" xml:"ShardDbKey"`
- MasterInstanceId string `json:"MasterInstanceId" xml:"MasterInstanceId"`
- InstanceVersion string `json:"InstanceVersion" xml:"InstanceVersion"`
- Rds string `json:"Rds" xml:"Rds"`
- Msg string `json:"Msg" xml:"Msg"`
- ReadOnlyDBInstanceIds ReadOnlyDBInstanceIdsInDescribeDrdsInstance `json:"ReadOnlyDBInstanceIds" xml:"ReadOnlyDBInstanceIds"`
- FullRevise FullRevise `json:"FullRevise" xml:"FullRevise"`
- Increment Increment `json:"Increment" xml:"Increment"`
- FullCheck FullCheck `json:"FullCheck" xml:"FullCheck"`
- Review Review `json:"Review" xml:"Review"`
- Full Full `json:"Full" xml:"Full"`
- List ListInDescribeCandidateInstanceList `json:"List" xml:"List"`
- Vips VipsInDescribeDrdsInstance `json:"Vips" xml:"Vips"`
- SubDbList SubDbList `json:"SubDbList" xml:"SubDbList"`
- }
|