struct_db_instance.go 4.1 KB

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