struct_instance.go 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. package hbase
  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. // Instance is a nested struct in hbase response
  17. type Instance struct {
  18. InstanceId string `json:"InstanceId" xml:"InstanceId"`
  19. InstanceName string `json:"InstanceName" xml:"InstanceName"`
  20. Status string `json:"Status" xml:"Status"`
  21. PayType string `json:"PayType" xml:"PayType"`
  22. CreatedTime string `json:"CreatedTime" xml:"CreatedTime"`
  23. ExpireTime string `json:"ExpireTime" xml:"ExpireTime"`
  24. MajorVersion string `json:"MajorVersion" xml:"MajorVersion"`
  25. Engine string `json:"Engine" xml:"Engine"`
  26. IsHa bool `json:"IsHa" xml:"IsHa"`
  27. NetworkType string `json:"NetworkType" xml:"NetworkType"`
  28. VpcId string `json:"VpcId" xml:"VpcId"`
  29. VswitchId string `json:"VswitchId" xml:"VswitchId"`
  30. MasterInstanceType string `json:"MasterInstanceType" xml:"MasterInstanceType"`
  31. MasterNodeCount int `json:"MasterNodeCount" xml:"MasterNodeCount"`
  32. MasterDiskType string `json:"MasterDiskType" xml:"MasterDiskType"`
  33. MasterDiskSize int `json:"MasterDiskSize" xml:"MasterDiskSize"`
  34. CoreInstanceType string `json:"CoreInstanceType" xml:"CoreInstanceType"`
  35. CoreNodeCount int `json:"CoreNodeCount" xml:"CoreNodeCount"`
  36. CoreDiskType string `json:"CoreDiskType" xml:"CoreDiskType"`
  37. CoreDiskSize int `json:"CoreDiskSize" xml:"CoreDiskSize"`
  38. RegionId string `json:"RegionId" xml:"RegionId"`
  39. ZoneId string `json:"ZoneId" xml:"ZoneId"`
  40. ColdStorageStatus string `json:"ColdStorageStatus" xml:"ColdStorageStatus"`
  41. BackupStatus string `json:"BackupStatus" xml:"BackupStatus"`
  42. ClusterType string `json:"ClusterType" xml:"ClusterType"`
  43. CreatedTimeUTC string `json:"CreatedTimeUTC" xml:"CreatedTimeUTC"`
  44. ExpireTimeUTC string `json:"ExpireTimeUTC" xml:"ExpireTimeUTC"`
  45. Tags TagsInDescribeInstances `json:"Tags" xml:"Tags"`
  46. }