struct_scaling_configuration.go 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. LifecycleState string `json:"LifecycleState" xml:"LifecycleState"`
  39. CreationTime string `json:"CreationTime" xml:"CreationTime"`
  40. LoadBalancerWeight int `json:"LoadBalancerWeight" xml:"LoadBalancerWeight"`
  41. UserData string `json:"UserData" xml:"UserData"`
  42. KeyPairName string `json:"KeyPairName" xml:"KeyPairName"`
  43. RamRoleName string `json:"RamRoleName" xml:"RamRoleName"`
  44. DeploymentSetId string `json:"DeploymentSetId" xml:"DeploymentSetId"`
  45. SecurityEnhancementStrategy string `json:"SecurityEnhancementStrategy" xml:"SecurityEnhancementStrategy"`
  46. SpotStrategy string `json:"SpotStrategy" xml:"SpotStrategy"`
  47. PasswordInherit bool `json:"PasswordInherit" xml:"PasswordInherit"`
  48. ResourceGroupId string `json:"ResourceGroupId" xml:"ResourceGroupId"`
  49. InstanceTypes InstanceTypes `json:"InstanceTypes" xml:"InstanceTypes"`
  50. DataDisks DataDisks `json:"DataDisks" xml:"DataDisks"`
  51. Tags Tags `json:"Tags" xml:"Tags"`
  52. SpotPriceLimit SpotPriceLimit `json:"SpotPriceLimit" xml:"SpotPriceLimit"`
  53. }