struct_kv_store_instance.go 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. SearchKey string `json:"SearchKey" xml:"SearchKey"`
  23. CreateTime string `json:"CreateTime" xml:"CreateTime"`
  24. HasRenewChangeOrder string `json:"HasRenewChangeOrder" xml:"HasRenewChangeOrder"`
  25. InstanceType string `json:"InstanceType" xml:"InstanceType"`
  26. DestroyTime string `json:"DestroyTime" xml:"DestroyTime"`
  27. RegionId string `json:"RegionId" xml:"RegionId"`
  28. PrivateIp string `json:"PrivateIp" xml:"PrivateIp"`
  29. InstanceId string `json:"InstanceId" xml:"InstanceId"`
  30. InstanceStatus string `json:"InstanceStatus" xml:"InstanceStatus"`
  31. Bandwidth int `json:"Bandwidth" xml:"Bandwidth"`
  32. NetworkType string `json:"NetworkType" xml:"NetworkType"`
  33. VpcId string `json:"VpcId" xml:"VpcId"`
  34. NodeType string `json:"NodeType" xml:"NodeType"`
  35. Connections int `json:"Connections" xml:"Connections"`
  36. ArchitectureType string `json:"ArchitectureType" xml:"ArchitectureType"`
  37. ReplacateId string `json:"ReplacateId" xml:"ReplacateId"`
  38. EngineVersion string `json:"EngineVersion" xml:"EngineVersion"`
  39. Capacity int `json:"Capacity" xml:"Capacity"`
  40. VSwitchId string `json:"VSwitchId" xml:"VSwitchId"`
  41. InstanceName string `json:"InstanceName" xml:"InstanceName"`
  42. Port int `json:"Port" xml:"Port"`
  43. ZoneId string `json:"ZoneId" xml:"ZoneId"`
  44. EndTime string `json:"EndTime" xml:"EndTime"`
  45. QPS int `json:"QPS" xml:"QPS"`
  46. UserName string `json:"UserName" xml:"UserName"`
  47. Config string `json:"Config" xml:"Config"`
  48. IsRds bool `json:"IsRds" xml:"IsRds"`
  49. ConnectionMode string `json:"ConnectionMode" xml:"ConnectionMode"`
  50. }