| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- package r_kvstore
- //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.
- // KVStoreInstance is a nested struct in r_kvstore response
- type KVStoreInstance struct {
- InstanceClass string `json:"InstanceClass" xml:"InstanceClass"`
- PackageType string `json:"PackageType" xml:"PackageType"`
- ChargeType string `json:"ChargeType" xml:"ChargeType"`
- ConnectionDomain string `json:"ConnectionDomain" xml:"ConnectionDomain"`
- CreateTime string `json:"CreateTime" xml:"CreateTime"`
- HasRenewChangeOrder string `json:"HasRenewChangeOrder" xml:"HasRenewChangeOrder"`
- InstanceType string `json:"InstanceType" xml:"InstanceType"`
- DestroyTime string `json:"DestroyTime" xml:"DestroyTime"`
- RegionId string `json:"RegionId" xml:"RegionId"`
- PrivateIp string `json:"PrivateIp" xml:"PrivateIp"`
- InstanceId string `json:"InstanceId" xml:"InstanceId"`
- InstanceStatus string `json:"InstanceStatus" xml:"InstanceStatus"`
- Bandwidth int `json:"Bandwidth" xml:"Bandwidth"`
- NetworkType string `json:"NetworkType" xml:"NetworkType"`
- VpcId string `json:"VpcId" xml:"VpcId"`
- NodeType string `json:"NodeType" xml:"NodeType"`
- Connections int `json:"Connections" xml:"Connections"`
- ArchitectureType string `json:"ArchitectureType" xml:"ArchitectureType"`
- ReplacateId string `json:"ReplacateId" xml:"ReplacateId"`
- EngineVersion string `json:"EngineVersion" xml:"EngineVersion"`
- Capacity int `json:"Capacity" xml:"Capacity"`
- VSwitchId string `json:"VSwitchId" xml:"VSwitchId"`
- InstanceName string `json:"InstanceName" xml:"InstanceName"`
- Port int `json:"Port" xml:"Port"`
- ZoneId string `json:"ZoneId" xml:"ZoneId"`
- EndTime string `json:"EndTime" xml:"EndTime"`
- QPS int `json:"QPS" xml:"QPS"`
- UserName string `json:"UserName" xml:"UserName"`
- Config string `json:"Config" xml:"Config"`
- IsRds bool `json:"IsRds" xml:"IsRds"`
- }
|