| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- package adb
- //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.
- // DBCluster is a nested struct in adb response
- type DBCluster struct {
- Category string `json:"Category" xml:"Category"`
- LockReason string `json:"LockReason" xml:"LockReason"`
- DBNodeClass string `json:"DBNodeClass" xml:"DBNodeClass"`
- VPCCloudInstanceId string `json:"VPCCloudInstanceId" xml:"VPCCloudInstanceId"`
- Engine string `json:"Engine" xml:"Engine"`
- CreateTime string `json:"CreateTime" xml:"CreateTime"`
- DBClusterNetworkType string `json:"DBClusterNetworkType" xml:"DBClusterNetworkType"`
- RegionId string `json:"RegionId" xml:"RegionId"`
- ExpireTime string `json:"ExpireTime" xml:"ExpireTime"`
- CommodityCode string `json:"CommodityCode" xml:"CommodityCode"`
- Expired string `json:"Expired" xml:"Expired"`
- DBVersion string `json:"DBVersion" xml:"DBVersion"`
- DBClusterType string `json:"DBClusterType" xml:"DBClusterType"`
- DBNodeStorage int64 `json:"DBNodeStorage" xml:"DBNodeStorage"`
- MaintainTime string `json:"MaintainTime" xml:"MaintainTime"`
- VPCId string `json:"VPCId" xml:"VPCId"`
- PayType string `json:"PayType" xml:"PayType"`
- VSwitchId string `json:"VSwitchId" xml:"VSwitchId"`
- DBNodeCount int64 `json:"DBNodeCount" xml:"DBNodeCount"`
- CreationTime string `json:"CreationTime" xml:"CreationTime"`
- DBClusterId string `json:"DBClusterId" xml:"DBClusterId"`
- DBClusterStatus string `json:"DBClusterStatus" xml:"DBClusterStatus"`
- ZoneId string `json:"ZoneId" xml:"ZoneId"`
- DBClusterDescription string `json:"DBClusterDescription" xml:"DBClusterDescription"`
- LockMode string `json:"LockMode" xml:"LockMode"`
- Tags TagsInDescribeDBClusterAttribute `json:"Tags" xml:"Tags"`
- }
|