struct_db_instance.go 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. DBInstanceClass string `json:"DBInstanceClass" xml:"DBInstanceClass"`
  23. RegionId string `json:"RegionId" xml:"RegionId"`
  24. MaxConnections int `json:"MaxConnections" xml:"MaxConnections"`
  25. DBInstanceType string `json:"DBInstanceType" xml:"DBInstanceType"`
  26. MaintainEndTime string `json:"MaintainEndTime" xml:"MaintainEndTime"`
  27. ExpireTime string `json:"ExpireTime" xml:"ExpireTime"`
  28. DBInstanceId string `json:"DBInstanceId" xml:"DBInstanceId"`
  29. NetworkType string `json:"NetworkType" xml:"NetworkType"`
  30. ReplicationFactor string `json:"ReplicationFactor" xml:"ReplicationFactor"`
  31. MaxIOPS int `json:"MaxIOPS" xml:"MaxIOPS"`
  32. ReplacateId string `json:"ReplacateId" xml:"ReplacateId"`
  33. EngineVersion string `json:"EngineVersion" xml:"EngineVersion"`
  34. VPCId string `json:"VPCId" xml:"VPCId"`
  35. VSwitchId string `json:"VSwitchId" xml:"VSwitchId"`
  36. VPCCloudInstanceIds string `json:"VPCCloudInstanceIds" xml:"VPCCloudInstanceIds"`
  37. MaintainStartTime string `json:"MaintainStartTime" xml:"MaintainStartTime"`
  38. DBInstanceStorage int `json:"DBInstanceStorage" xml:"DBInstanceStorage"`
  39. CreationTime string `json:"CreationTime" xml:"CreationTime"`
  40. StorageEngine string `json:"StorageEngine" xml:"StorageEngine"`
  41. DBInstanceStatus string `json:"DBInstanceStatus" xml:"DBInstanceStatus"`
  42. CurrentKernelVersion string `json:"CurrentKernelVersion" xml:"CurrentKernelVersion"`
  43. ZoneId string `json:"ZoneId" xml:"ZoneId"`
  44. LastDowngradeTime int `json:"LastDowngradeTime" xml:"LastDowngradeTime"`
  45. LockMode string `json:"LockMode" xml:"LockMode"`
  46. ReplicaSets ReplicaSetsInDescribeDBInstanceAttribute `json:"ReplicaSets" xml:"ReplicaSets"`
  47. MongosList MongosListInDescribeDBInstanceAttribute `json:"MongosList" xml:"MongosList"`
  48. ShardList ShardListInDescribeDBInstanceAttribute `json:"ShardList" xml:"ShardList"`
  49. }