struct_db_instance.go 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. package dds
  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. // DBInstance is a nested struct in dds response
  17. type DBInstance struct {
  18. ReplicaSetName string `json:"ReplicaSetName" xml:"ReplicaSetName"`
  19. DBInstanceDescription string `json:"DBInstanceDescription" xml:"DBInstanceDescription"`
  20. Engine string `json:"Engine" xml:"Engine"`
  21. ChargeType string `json:"ChargeType" xml:"ChargeType"`
  22. ReadonlyReplicas string `json:"ReadonlyReplicas" xml:"ReadonlyReplicas"`
  23. DBInstanceClass string `json:"DBInstanceClass" xml:"DBInstanceClass"`
  24. VpcAuthMode string `json:"VpcAuthMode" xml:"VpcAuthMode"`
  25. DestroyTime string `json:"DestroyTime" xml:"DestroyTime"`
  26. RegionId string `json:"RegionId" xml:"RegionId"`
  27. LastDowngradeTime string `json:"LastDowngradeTime" xml:"LastDowngradeTime"`
  28. MaxConnections int `json:"MaxConnections" xml:"MaxConnections"`
  29. ResourceGroupId string `json:"ResourceGroupId" xml:"ResourceGroupId"`
  30. DBInstanceType string `json:"DBInstanceType" xml:"DBInstanceType"`
  31. MaintainEndTime string `json:"MaintainEndTime" xml:"MaintainEndTime"`
  32. ExpireTime string `json:"ExpireTime" xml:"ExpireTime"`
  33. DBInstanceId string `json:"DBInstanceId" xml:"DBInstanceId"`
  34. NetworkType string `json:"NetworkType" xml:"NetworkType"`
  35. ReplicationFactor string `json:"ReplicationFactor" xml:"ReplicationFactor"`
  36. MaxIOPS int `json:"MaxIOPS" xml:"MaxIOPS"`
  37. ReplacateId string `json:"ReplacateId" xml:"ReplacateId"`
  38. EngineVersion string `json:"EngineVersion" xml:"EngineVersion"`
  39. VPCId string `json:"VPCId" xml:"VPCId"`
  40. VSwitchId string `json:"VSwitchId" xml:"VSwitchId"`
  41. VPCCloudInstanceIds string `json:"VPCCloudInstanceIds" xml:"VPCCloudInstanceIds"`
  42. MaintainStartTime string `json:"MaintainStartTime" xml:"MaintainStartTime"`
  43. DBInstanceStorage int `json:"DBInstanceStorage" xml:"DBInstanceStorage"`
  44. CreationTime string `json:"CreationTime" xml:"CreationTime"`
  45. StorageEngine string `json:"StorageEngine" xml:"StorageEngine"`
  46. DBInstanceStatus string `json:"DBInstanceStatus" xml:"DBInstanceStatus"`
  47. CurrentKernelVersion string `json:"CurrentKernelVersion" xml:"CurrentKernelVersion"`
  48. ZoneId string `json:"ZoneId" xml:"ZoneId"`
  49. LockMode string `json:"LockMode" xml:"LockMode"`
  50. MongosList MongosListInDescribeDBInstances `json:"MongosList" xml:"MongosList"`
  51. ReplicaSets ReplicaSetsInDescribeDBInstanceAttribute `json:"ReplicaSets" xml:"ReplicaSets"`
  52. ShardList ShardListInDescribeDBInstanceAttribute `json:"ShardList" xml:"ShardList"`
  53. Tags TagsInDescribeDBInstanceAttribute `json:"Tags" xml:"Tags"`
  54. ConfigserverList ConfigserverList `json:"ConfigserverList" xml:"ConfigserverList"`
  55. }