struct_scaling_configuration.go 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. package ess
  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. // ScalingConfiguration is a nested struct in ess response
  17. type ScalingConfiguration struct {
  18. ScalingConfigurationId string `json:"ScalingConfigurationId" xml:"ScalingConfigurationId"`
  19. ScalingConfigurationName string `json:"ScalingConfigurationName" xml:"ScalingConfigurationName"`
  20. ScalingGroupId string `json:"ScalingGroupId" xml:"ScalingGroupId"`
  21. InstanceName string `json:"InstanceName" xml:"InstanceName"`
  22. ImageId string `json:"ImageId" xml:"ImageId"`
  23. ImageName string `json:"ImageName" xml:"ImageName"`
  24. HostName string `json:"HostName" xml:"HostName"`
  25. InstanceType string `json:"InstanceType" xml:"InstanceType"`
  26. Cpu int `json:"Cpu" xml:"Cpu"`
  27. Memory int `json:"Memory" xml:"Memory"`
  28. InstanceGeneration string `json:"InstanceGeneration" xml:"InstanceGeneration"`
  29. SecurityGroupId string `json:"SecurityGroupId" xml:"SecurityGroupId"`
  30. IoOptimized string `json:"IoOptimized" xml:"IoOptimized"`
  31. InternetChargeType string `json:"InternetChargeType" xml:"InternetChargeType"`
  32. InternetMaxBandwidthIn int `json:"InternetMaxBandwidthIn" xml:"InternetMaxBandwidthIn"`
  33. InternetMaxBandwidthOut int `json:"InternetMaxBandwidthOut" xml:"InternetMaxBandwidthOut"`
  34. SystemDiskCategory string `json:"SystemDiskCategory" xml:"SystemDiskCategory"`
  35. SystemDiskSize int `json:"SystemDiskSize" xml:"SystemDiskSize"`
  36. SystemDiskName string `json:"SystemDiskName" xml:"SystemDiskName"`
  37. SystemDiskDescription string `json:"SystemDiskDescription" xml:"SystemDiskDescription"`
  38. SystemDiskAutoSnapshotPolicyId string `json:"SystemDiskAutoSnapshotPolicyId" xml:"SystemDiskAutoSnapshotPolicyId"`
  39. LifecycleState string `json:"LifecycleState" xml:"LifecycleState"`
  40. CreationTime string `json:"CreationTime" xml:"CreationTime"`
  41. LoadBalancerWeight int `json:"LoadBalancerWeight" xml:"LoadBalancerWeight"`
  42. UserData string `json:"UserData" xml:"UserData"`
  43. KeyPairName string `json:"KeyPairName" xml:"KeyPairName"`
  44. RamRoleName string `json:"RamRoleName" xml:"RamRoleName"`
  45. DeploymentSetId string `json:"DeploymentSetId" xml:"DeploymentSetId"`
  46. SecurityEnhancementStrategy string `json:"SecurityEnhancementStrategy" xml:"SecurityEnhancementStrategy"`
  47. SpotStrategy string `json:"SpotStrategy" xml:"SpotStrategy"`
  48. PasswordInherit bool `json:"PasswordInherit" xml:"PasswordInherit"`
  49. ResourceGroupId string `json:"ResourceGroupId" xml:"ResourceGroupId"`
  50. HpcClusterId string `json:"HpcClusterId" xml:"HpcClusterId"`
  51. InstanceDescription string `json:"InstanceDescription" xml:"InstanceDescription"`
  52. Ipv6AddressCount int `json:"Ipv6AddressCount" xml:"Ipv6AddressCount"`
  53. InstanceTypes InstanceTypes `json:"InstanceTypes" xml:"InstanceTypes"`
  54. SecurityGroupIds SecurityGroupIds `json:"SecurityGroupIds" xml:"SecurityGroupIds"`
  55. DataDisks DataDisks `json:"DataDisks" xml:"DataDisks"`
  56. Tags Tags `json:"Tags" xml:"Tags"`
  57. SpotPriceLimit SpotPriceLimit `json:"SpotPriceLimit" xml:"SpotPriceLimit"`
  58. }