| Package | Description | 
|---|---|
| com.tencentcloudapi.as.v20180419.models | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 | UpgradeLaunchConfigurationRequest. getInstanceNameSettings()Get Settings of CVM instance names | 
| InstanceNameSettings | LaunchConfiguration. getInstanceNameSettings()Get Settings of CVM instance names | 
| InstanceNameSettings | ModifyLaunchConfigurationAttributesRequest. getInstanceNameSettings()Get Settings of CVM instance names. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 | UpgradeLaunchConfigurationRequest. setInstanceNameSettings(InstanceNameSettings InstanceNameSettings)Set Settings of CVM instance names | 
| void | LaunchConfiguration. setInstanceNameSettings(InstanceNameSettings InstanceNameSettings)Set Settings of CVM instance names | 
| void | ModifyLaunchConfigurationAttributesRequest. 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 © 2023. All rights reserved.