struct_scaling_configuration.go 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. HostName string `json:"HostName" xml:"HostName"`
  24. InstanceType string `json:"InstanceType" xml:"InstanceType"`
  25. InstanceGeneration string `json:"InstanceGeneration" xml:"InstanceGeneration"`
  26. SecurityGroupId string `json:"SecurityGroupId" xml:"SecurityGroupId"`
  27. IoOptimized string `json:"IoOptimized" xml:"IoOptimized"`
  28. InternetChargeType string `json:"InternetChargeType" xml:"InternetChargeType"`
  29. InternetMaxBandwidthIn int `json:"InternetMaxBandwidthIn" xml:"InternetMaxBandwidthIn"`
  30. InternetMaxBandwidthOut int `json:"InternetMaxBandwidthOut" xml:"InternetMaxBandwidthOut"`
  31. SystemDiskCategory string `json:"SystemDiskCategory" xml:"SystemDiskCategory"`
  32. SystemDiskSize int `json:"SystemDiskSize" xml:"SystemDiskSize"`
  33. LifecycleState string `json:"LifecycleState" xml:"LifecycleState"`
  34. CreationTime string `json:"CreationTime" xml:"CreationTime"`
  35. LoadBalancerWeight int `json:"LoadBalancerWeight" xml:"LoadBalancerWeight"`
  36. UserData string `json:"UserData" xml:"UserData"`
  37. KeyPairName string `json:"KeyPairName" xml:"KeyPairName"`
  38. RamRoleName string `json:"RamRoleName" xml:"RamRoleName"`
  39. DeploymentSetId string `json:"DeploymentSetId" xml:"DeploymentSetId"`
  40. SecurityEnhancementStrategy string `json:"SecurityEnhancementStrategy" xml:"SecurityEnhancementStrategy"`
  41. SpotStrategy string `json:"SpotStrategy" xml:"SpotStrategy"`
  42. PasswordInherit bool `json:"PasswordInherit" xml:"PasswordInherit"`
  43. InstanceTypes InstanceTypes `json:"InstanceTypes" xml:"InstanceTypes"`
  44. DataDisks DataDisks `json:"DataDisks" xml:"DataDisks"`
  45. Tags Tags `json:"Tags" xml:"Tags"`
  46. SpotPriceLimit SpotPriceLimit `json:"SpotPriceLimit" xml:"SpotPriceLimit"`
  47. }