| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- package dds
- //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.
- // DBInstance is a nested struct in dds response
- type DBInstance struct {
- ReplicaSetName string `json:"ReplicaSetName" xml:"ReplicaSetName"`
- DBInstanceDescription string `json:"DBInstanceDescription" xml:"DBInstanceDescription"`
- Engine string `json:"Engine" xml:"Engine"`
- ChargeType string `json:"ChargeType" xml:"ChargeType"`
- DBInstanceClass string `json:"DBInstanceClass" xml:"DBInstanceClass"`
- DestroyTime string `json:"DestroyTime" xml:"DestroyTime"`
- RegionId string `json:"RegionId" xml:"RegionId"`
- MaxConnections int `json:"MaxConnections" xml:"MaxConnections"`
- DBInstanceType string `json:"DBInstanceType" xml:"DBInstanceType"`
- MaintainEndTime string `json:"MaintainEndTime" xml:"MaintainEndTime"`
- ExpireTime string `json:"ExpireTime" xml:"ExpireTime"`
- DBInstanceId string `json:"DBInstanceId" xml:"DBInstanceId"`
- NetworkType string `json:"NetworkType" xml:"NetworkType"`
- ReplicationFactor string `json:"ReplicationFactor" xml:"ReplicationFactor"`
- MaxIOPS int `json:"MaxIOPS" xml:"MaxIOPS"`
- ReplacateId string `json:"ReplacateId" xml:"ReplacateId"`
- EngineVersion string `json:"EngineVersion" xml:"EngineVersion"`
- VPCId string `json:"VPCId" xml:"VPCId"`
- VSwitchId string `json:"VSwitchId" xml:"VSwitchId"`
- VPCCloudInstanceIds string `json:"VPCCloudInstanceIds" xml:"VPCCloudInstanceIds"`
- MaintainStartTime string `json:"MaintainStartTime" xml:"MaintainStartTime"`
- DBInstanceStorage int `json:"DBInstanceStorage" xml:"DBInstanceStorage"`
- CreationTime string `json:"CreationTime" xml:"CreationTime"`
- StorageEngine string `json:"StorageEngine" xml:"StorageEngine"`
- DBInstanceStatus string `json:"DBInstanceStatus" xml:"DBInstanceStatus"`
- CurrentKernelVersion string `json:"CurrentKernelVersion" xml:"CurrentKernelVersion"`
- ZoneId string `json:"ZoneId" xml:"ZoneId"`
- LastDowngradeTime int `json:"LastDowngradeTime" xml:"LastDowngradeTime"`
- LockMode string `json:"LockMode" xml:"LockMode"`
- ReplicaSets ReplicaSetsInDescribeDBInstanceAttribute `json:"ReplicaSets" xml:"ReplicaSets"`
- ShardList ShardListInDescribeDBInstances `json:"ShardList" xml:"ShardList"`
- MongosList MongosListInDescribeDBInstanceAttribute `json:"MongosList" xml:"MongosList"`
- }
|