public class LaunchConfiguration extends AbstractModel
| Constructor and Description | 
|---|
| LaunchConfiguration() | 
| LaunchConfiguration(LaunchConfiguration source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| AutoScalingGroupAbstract[] | getAutoScalingGroupAbstractSet()Get Auto scaling group associated with the launch configuration. | 
| String | getCamRoleName()Get CAM role name, which can be obtained from the roleName field in the return value of the DescribeRoleList API. | 
| String | getCreatedTime()Get Creation time of the launch configuration. | 
| DataDisk[] | getDataDisks()Get Information of the instance's data disk configuration. | 
| String | getDiskTypePolicy()Get Specifies how to select the cloud disk type. | 
| EnhancedService | getEnhancedService()Get Conditions of enhancement services for the instance and their settings. | 
| HostNameSettings | getHostNameSettings()Get CVM HostName settings. | 
| String | getImageId()Get Image ID. | 
| InstanceChargePrepaid | getInstanceChargePrepaid()Get Sets prepaid billing mode, also known as monthly subscription. | 
| String | getInstanceChargeType()Get Instance billing type. | 
| InstanceMarketOptionsRequest | getInstanceMarketOptions()Get Market-related options of the instance, such as the parameters related to stop instances. | 
| InstanceNameSettings | getInstanceNameSettings()Get Settings of CVM instance names. | 
| InstanceTag[] | getInstanceTags()Get List of tags. | 
| String | getInstanceType()Get Instance model. | 
| String[] | getInstanceTypes()Get List of instance models. | 
| InternetAccessible | getInternetAccessible()Get Information of the public network bandwidth configuration. | 
| String | getLastOperationInstanceTypesCheckPolicy()Get Value of InstanceTypesCheckPolicy upon the last operation. | 
| String | getLaunchConfigurationId()Get Launch configuration ID. | 
| String | getLaunchConfigurationName()Get Launch configuration name. | 
| String | getLaunchConfigurationStatus()Get Current status of the launch configuration. | 
| LimitedLoginSettings | getLoginSettings()Get Instance login settings. | 
| Long | getProjectId()Get Project ID of the instance. | 
| String[] | getSecurityGroupIds()Get Security group of the instance. | 
| SystemDisk | getSystemDisk()Get Information of the instance's system disk configuration. | 
| String | getUpdatedTime()Get Update time. | 
| String | getUserData()Get Custom data. | 
| Long | getVersionNumber()Get Version number. | 
| void | setAutoScalingGroupAbstractSet(AutoScalingGroupAbstract[] AutoScalingGroupAbstractSet)Set Auto scaling group associated with the launch configuration. | 
| void | setCamRoleName(String CamRoleName)Set CAM role name, which can be obtained from the roleName field in the return value of the DescribeRoleList API. | 
| void | setCreatedTime(String CreatedTime)Set Creation time of the launch configuration. | 
| void | setDataDisks(DataDisk[] DataDisks)Set Information of the instance's data disk configuration. | 
| void | setDiskTypePolicy(String DiskTypePolicy)Set Specifies how to select the cloud disk type. | 
| void | setEnhancedService(EnhancedService EnhancedService)Set Conditions of enhancement services for the instance and their settings. | 
| void | setHostNameSettings(HostNameSettings HostNameSettings)Set CVM HostName settings. | 
| void | setImageId(String ImageId)Set Image ID. | 
| void | setInstanceChargePrepaid(InstanceChargePrepaid InstanceChargePrepaid)Set Sets prepaid billing mode, also known as monthly subscription. | 
| void | setInstanceChargeType(String InstanceChargeType)Set Instance billing type. | 
| void | setInstanceMarketOptions(InstanceMarketOptionsRequest InstanceMarketOptions)Set Market-related options of the instance, such as the parameters related to stop instances. | 
| void | setInstanceNameSettings(InstanceNameSettings InstanceNameSettings)Set Settings of CVM instance names. | 
| void | setInstanceTags(InstanceTag[] InstanceTags)Set List of tags. | 
| void | setInstanceType(String InstanceType)Set Instance model. | 
| void | setInstanceTypes(String[] InstanceTypes)Set List of instance models. | 
| void | setInternetAccessible(InternetAccessible InternetAccessible)Set Information of the public network bandwidth configuration. | 
| void | setLastOperationInstanceTypesCheckPolicy(String LastOperationInstanceTypesCheckPolicy)Set Value of InstanceTypesCheckPolicy upon the last operation. | 
| void | setLaunchConfigurationId(String LaunchConfigurationId)Set Launch configuration ID. | 
| void | setLaunchConfigurationName(String LaunchConfigurationName)Set Launch configuration name. | 
| void | setLaunchConfigurationStatus(String LaunchConfigurationStatus)Set Current status of the launch configuration. | 
| void | setLoginSettings(LimitedLoginSettings LoginSettings)Set Instance login settings. | 
| void | setProjectId(Long ProjectId)Set Project ID of the instance. | 
| void | setSecurityGroupIds(String[] SecurityGroupIds)Set Security group of the instance. | 
| void | setSystemDisk(SystemDisk SystemDisk)Set Information of the instance's system disk configuration. | 
| void | setUpdatedTime(String UpdatedTime)Set Update time. | 
| void | setUserData(String UserData)Set Custom data. | 
| void | setVersionNumber(Long VersionNumber)Set Version number. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic LaunchConfiguration()
public LaunchConfiguration(LaunchConfiguration source)
public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId - Project ID of the instance.public String getLaunchConfigurationId()
public void setLaunchConfigurationId(String LaunchConfigurationId)
LaunchConfigurationId - Launch configuration ID.public String getLaunchConfigurationName()
public void setLaunchConfigurationName(String LaunchConfigurationName)
LaunchConfigurationName - Launch configuration name.public String getInstanceType()
public void setInstanceType(String InstanceType)
InstanceType - Instance model.public SystemDisk getSystemDisk()
public void setSystemDisk(SystemDisk SystemDisk)
SystemDisk - Information of the instance's system disk configuration.public DataDisk[] getDataDisks()
public void setDataDisks(DataDisk[] DataDisks)
DataDisks - Information of the instance's data disk configuration.public LimitedLoginSettings getLoginSettings()
public void setLoginSettings(LimitedLoginSettings LoginSettings)
LoginSettings - Instance login settings.public InternetAccessible getInternetAccessible()
public void setInternetAccessible(InternetAccessible InternetAccessible)
InternetAccessible - Information of the public network bandwidth configuration.public String[] getSecurityGroupIds()
public void setSecurityGroupIds(String[] SecurityGroupIds)
SecurityGroupIds - Security group of the instance.public AutoScalingGroupAbstract[] getAutoScalingGroupAbstractSet()
public void setAutoScalingGroupAbstractSet(AutoScalingGroupAbstract[] AutoScalingGroupAbstractSet)
AutoScalingGroupAbstractSet - Auto scaling group associated with the launch configuration.public String getUserData()
public void setUserData(String UserData)
UserData - Custom data.
Note: This field may return null, indicating that no valid values can be obtained.public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime - Creation time of the launch configuration.public EnhancedService getEnhancedService()
public void setEnhancedService(EnhancedService EnhancedService)
EnhancedService - Conditions of enhancement services for the instance and their settings.public String getImageId()
public void setImageId(String ImageId)
ImageId - Image ID.public String getLaunchConfigurationStatus()
public void setLaunchConfigurationStatus(String LaunchConfigurationStatus)
LaunchConfigurationStatus - Current status of the launch configuration. Value range: public String getInstanceChargeType()
public void setInstanceChargeType(String InstanceChargeType)
InstanceChargeType - Instance billing type. CVM instances are POSTPAID_BY_HOUR by default.
public InstanceMarketOptionsRequest getInstanceMarketOptions()
public void setInstanceMarketOptions(InstanceMarketOptionsRequest InstanceMarketOptions)
InstanceMarketOptions - Market-related options of the instance, such as the parameters related to stop instances. If the billing method of instance is specified as bidding, this parameter must be passed in.
Note: This field may return null, indicating that no valid values can be obtained.public String[] getInstanceTypes()
public void setInstanceTypes(String[] InstanceTypes)
InstanceTypes - List of instance models.public InstanceTag[] getInstanceTags()
public void setInstanceTags(InstanceTag[] InstanceTags)
InstanceTags - List of tags.public Long getVersionNumber()
public void setVersionNumber(Long VersionNumber)
VersionNumber - Version number.public String getUpdatedTime()
public void setUpdatedTime(String UpdatedTime)
UpdatedTime - Update time.public String getCamRoleName()
public void setCamRoleName(String CamRoleName)
CamRoleName - CAM role name, which can be obtained from the roleName field in the return value of the DescribeRoleList API.public String getLastOperationInstanceTypesCheckPolicy()
public void setLastOperationInstanceTypesCheckPolicy(String LastOperationInstanceTypesCheckPolicy)
LastOperationInstanceTypesCheckPolicy - Value of InstanceTypesCheckPolicy upon the last operation.public HostNameSettings getHostNameSettings()
public void setHostNameSettings(HostNameSettings HostNameSettings)
HostNameSettings - CVM HostName settings.public InstanceNameSettings getInstanceNameSettings()
public void setInstanceNameSettings(InstanceNameSettings InstanceNameSettings)
InstanceNameSettings - Settings of CVM instance names.public InstanceChargePrepaid getInstanceChargePrepaid()
public void setInstanceChargePrepaid(InstanceChargePrepaid InstanceChargePrepaid)
InstanceChargePrepaid - Sets prepaid billing mode, also known as monthly subscription. This parameter can specify the purchase period and other attributes such as auto-renewal. This parameter is mandatory for prepaid instances.public String getDiskTypePolicy()
public void setDiskTypePolicy(String DiskTypePolicy)
DiskTypePolicy - Specifies how to select the cloud disk type. 
Copyright © 2021. All rights reserved.