struct_instance.go 5.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. package ecs
  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. type Instance struct {
  17. InstanceId string `json:"InstanceId" xml:"InstanceId"`
  18. InstanceName string `json:"InstanceName" xml:"InstanceName"`
  19. Description string `json:"Description" xml:"Description"`
  20. ImageId string `json:"ImageId" xml:"ImageId"`
  21. OSName string `json:"OSName" xml:"OSName"`
  22. OSType string `json:"OSType" xml:"OSType"`
  23. RegionId string `json:"RegionId" xml:"RegionId"`
  24. ZoneId string `json:"ZoneId" xml:"ZoneId"`
  25. ClusterId string `json:"ClusterId" xml:"ClusterId"`
  26. InstanceType string `json:"InstanceType" xml:"InstanceType"`
  27. Cpu int `json:"Cpu" xml:"Cpu"`
  28. Memory int `json:"Memory" xml:"Memory"`
  29. HostName string `json:"HostName" xml:"HostName"`
  30. Status string `json:"Status" xml:"Status"`
  31. SerialNumber string `json:"SerialNumber" xml:"SerialNumber"`
  32. InternetChargeType string `json:"InternetChargeType" xml:"InternetChargeType"`
  33. InternetMaxBandwidthIn int `json:"InternetMaxBandwidthIn" xml:"InternetMaxBandwidthIn"`
  34. InternetMaxBandwidthOut int `json:"InternetMaxBandwidthOut" xml:"InternetMaxBandwidthOut"`
  35. VlanId string `json:"VlanId" xml:"VlanId"`
  36. CreationTime string `json:"CreationTime" xml:"CreationTime"`
  37. StartTime string `json:"StartTime" xml:"StartTime"`
  38. InstanceNetworkType string `json:"InstanceNetworkType" xml:"InstanceNetworkType"`
  39. InstanceChargeType string `json:"InstanceChargeType" xml:"InstanceChargeType"`
  40. SaleCycle string `json:"SaleCycle" xml:"SaleCycle"`
  41. ExpiredTime string `json:"ExpiredTime" xml:"ExpiredTime"`
  42. AutoReleaseTime string `json:"AutoReleaseTime" xml:"AutoReleaseTime"`
  43. IoOptimized bool `json:"IoOptimized" xml:"IoOptimized"`
  44. DeviceAvailable bool `json:"DeviceAvailable" xml:"DeviceAvailable"`
  45. InstanceTypeFamily string `json:"InstanceTypeFamily" xml:"InstanceTypeFamily"`
  46. LocalStorageCapacity int `json:"LocalStorageCapacity" xml:"LocalStorageCapacity"`
  47. LocalStorageAmount int `json:"LocalStorageAmount" xml:"LocalStorageAmount"`
  48. GPUAmount int `json:"GPUAmount" xml:"GPUAmount"`
  49. GPUSpec string `json:"GPUSpec" xml:"GPUSpec"`
  50. SpotStrategy string `json:"SpotStrategy" xml:"SpotStrategy"`
  51. SpotPriceLimit float64 `json:"SpotPriceLimit" xml:"SpotPriceLimit"`
  52. ResourceGroupId string `json:"ResourceGroupId" xml:"ResourceGroupId"`
  53. KeyPairName string `json:"KeyPairName" xml:"KeyPairName"`
  54. Recyclable bool `json:"Recyclable" xml:"Recyclable"`
  55. HpcClusterId string `json:"HpcClusterId" xml:"HpcClusterId"`
  56. StoppedMode string `json:"StoppedMode" xml:"StoppedMode"`
  57. SecurityGroupIds SecurityGroupIdsInDescribeInstances `json:"SecurityGroupIds" xml:"SecurityGroupIds"`
  58. PublicIpAddress PublicIpAddressInDescribeInstances `json:"PublicIpAddress" xml:"PublicIpAddress"`
  59. InnerIpAddress InnerIpAddressInDescribeInstances `json:"InnerIpAddress" xml:"InnerIpAddress"`
  60. RdmaIpAddress RdmaIpAddress `json:"RdmaIpAddress" xml:"RdmaIpAddress"`
  61. VpcAttributes VpcAttributes `json:"VpcAttributes" xml:"VpcAttributes"`
  62. EipAddress EipAddress `json:"EipAddress" xml:"EipAddress"`
  63. NetworkInterfaces NetworkInterfaces `json:"NetworkInterfaces" xml:"NetworkInterfaces"`
  64. OperationLocks OperationLocksInDescribeInstances `json:"OperationLocks" xml:"OperationLocks"`
  65. Tags TagsInDescribeInstances `json:"Tags" xml:"Tags"`
  66. }