struct_kv_store_instance.go 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. package r_kvstore
  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. // KVStoreInstance is a nested struct in r_kvstore response
  17. type KVStoreInstance struct {
  18. InstanceClass string `json:"InstanceClass" xml:"InstanceClass"`
  19. PackageType string `json:"PackageType" xml:"PackageType"`
  20. ChargeType string `json:"ChargeType" xml:"ChargeType"`
  21. ConnectionDomain string `json:"ConnectionDomain" xml:"ConnectionDomain"`
  22. CreateTime string `json:"CreateTime" xml:"CreateTime"`
  23. HasRenewChangeOrder string `json:"HasRenewChangeOrder" xml:"HasRenewChangeOrder"`
  24. InstanceType string `json:"InstanceType" xml:"InstanceType"`
  25. DestroyTime string `json:"DestroyTime" xml:"DestroyTime"`
  26. RegionId string `json:"RegionId" xml:"RegionId"`
  27. PrivateIp string `json:"PrivateIp" xml:"PrivateIp"`
  28. InstanceId string `json:"InstanceId" xml:"InstanceId"`
  29. InstanceStatus string `json:"InstanceStatus" xml:"InstanceStatus"`
  30. Bandwidth int `json:"Bandwidth" xml:"Bandwidth"`
  31. NetworkType string `json:"NetworkType" xml:"NetworkType"`
  32. VpcId string `json:"VpcId" xml:"VpcId"`
  33. NodeType string `json:"NodeType" xml:"NodeType"`
  34. Connections int `json:"Connections" xml:"Connections"`
  35. ArchitectureType string `json:"ArchitectureType" xml:"ArchitectureType"`
  36. ReplacateId string `json:"ReplacateId" xml:"ReplacateId"`
  37. EngineVersion string `json:"EngineVersion" xml:"EngineVersion"`
  38. Capacity int `json:"Capacity" xml:"Capacity"`
  39. VSwitchId string `json:"VSwitchId" xml:"VSwitchId"`
  40. InstanceName string `json:"InstanceName" xml:"InstanceName"`
  41. Port int `json:"Port" xml:"Port"`
  42. ZoneId string `json:"ZoneId" xml:"ZoneId"`
  43. EndTime string `json:"EndTime" xml:"EndTime"`
  44. QPS int `json:"QPS" xml:"QPS"`
  45. UserName string `json:"UserName" xml:"UserName"`
  46. Config string `json:"Config" xml:"Config"`
  47. IsRds bool `json:"IsRds" xml:"IsRds"`
  48. }