struct_db_cluster.go 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. package adb
  2. //Licensed under the Apache License, Version 2.0 (the "License");
  3. //you may not use this file except in compliance with the License.
  4. //You may obtain a copy of the License at
  5. //
  6. //http://www.apache.org/licenses/LICENSE-2.0
  7. //
  8. //Unless required by applicable law or agreed to in writing, software
  9. //distributed under the License is distributed on an "AS IS" BASIS,
  10. //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11. //See the License for the specific language governing permissions and
  12. //limitations under the License.
  13. //
  14. // Code generated by Alibaba Cloud SDK Code Generator.
  15. // Changes may cause incorrect behavior and will be lost if the code is regenerated.
  16. // DBCluster is a nested struct in adb response
  17. type DBCluster struct {
  18. Category string `json:"Category" xml:"Category"`
  19. LockReason string `json:"LockReason" xml:"LockReason"`
  20. DBNodeClass string `json:"DBNodeClass" xml:"DBNodeClass"`
  21. VPCCloudInstanceId string `json:"VPCCloudInstanceId" xml:"VPCCloudInstanceId"`
  22. Engine string `json:"Engine" xml:"Engine"`
  23. CreateTime string `json:"CreateTime" xml:"CreateTime"`
  24. DBClusterNetworkType string `json:"DBClusterNetworkType" xml:"DBClusterNetworkType"`
  25. RegionId string `json:"RegionId" xml:"RegionId"`
  26. ExpireTime string `json:"ExpireTime" xml:"ExpireTime"`
  27. CommodityCode string `json:"CommodityCode" xml:"CommodityCode"`
  28. Expired string `json:"Expired" xml:"Expired"`
  29. DBVersion string `json:"DBVersion" xml:"DBVersion"`
  30. DBClusterType string `json:"DBClusterType" xml:"DBClusterType"`
  31. DBNodeStorage int64 `json:"DBNodeStorage" xml:"DBNodeStorage"`
  32. MaintainTime string `json:"MaintainTime" xml:"MaintainTime"`
  33. VPCId string `json:"VPCId" xml:"VPCId"`
  34. PayType string `json:"PayType" xml:"PayType"`
  35. VSwitchId string `json:"VSwitchId" xml:"VSwitchId"`
  36. DBNodeCount int64 `json:"DBNodeCount" xml:"DBNodeCount"`
  37. CreationTime string `json:"CreationTime" xml:"CreationTime"`
  38. DBClusterId string `json:"DBClusterId" xml:"DBClusterId"`
  39. DBClusterStatus string `json:"DBClusterStatus" xml:"DBClusterStatus"`
  40. ZoneId string `json:"ZoneId" xml:"ZoneId"`
  41. DBClusterDescription string `json:"DBClusterDescription" xml:"DBClusterDescription"`
  42. LockMode string `json:"LockMode" xml:"LockMode"`
  43. Tags TagsInDescribeDBClusterAttribute `json:"Tags" xml:"Tags"`
  44. }