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