| Package | Description | 
|---|---|
| com.tencentcloudapi.as.v20180419.models | 
| Modifier and Type | Method and Description | 
|---|---|
InstanceNameSettings | 
UpgradeLaunchConfigurationRequest.getInstanceNameSettings()
Get Settings of CVM instance names. 
 | 
InstanceNameSettings | 
CreateLaunchConfigurationRequest.getInstanceNameSettings()
Get Settings of CVM instance names
If this field is configured in a launch configuration, the `InstanceName` of a CVM created by the scaling group will be generated according to the configuration; otherwise, it will be in the `as-{{AutoScalingGroupName }}` format. 
 | 
InstanceNameSettings | 
LaunchConfiguration.getInstanceNameSettings()
Get Settings of CVM instance names. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
UpgradeLaunchConfigurationRequest.setInstanceNameSettings(InstanceNameSettings InstanceNameSettings)
Set Settings of CVM instance names. 
 | 
void | 
CreateLaunchConfigurationRequest.setInstanceNameSettings(InstanceNameSettings InstanceNameSettings)
Set Settings of CVM instance names
If this field is configured in a launch configuration, the `InstanceName` of a CVM created by the scaling group will be generated according to the configuration; otherwise, it will be in the `as-{{AutoScalingGroupName }}` format. 
 | 
void | 
LaunchConfiguration.setInstanceNameSettings(InstanceNameSettings InstanceNameSettings)
Set Settings of CVM instance names. 
 | 
| Constructor and Description | 
|---|
InstanceNameSettings(InstanceNameSettings 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. 
 | 
Copyright © 2021. All rights reserved.