public class ClearLaunchConfigurationAttributesRequest extends AbstractModel
Constructor and Description |
---|
ClearLaunchConfigurationAttributesRequest() |
ClearLaunchConfigurationAttributesRequest(ClearLaunchConfigurationAttributesRequest 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 |
---|---|
Boolean |
getClearDataDisks()
Get Whether to clear data disk information.
|
String |
getLaunchConfigurationId()
Get Launch configuration ID
|
void |
setClearDataDisks(Boolean ClearDataDisks)
Set Whether to clear data disk information.
|
void |
setLaunchConfigurationId(String LaunchConfigurationId)
Set Launch configuration ID
|
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, toJsonString
public ClearLaunchConfigurationAttributesRequest()
public ClearLaunchConfigurationAttributesRequest(ClearLaunchConfigurationAttributesRequest source)
public String getLaunchConfigurationId()
public void setLaunchConfigurationId(String LaunchConfigurationId)
LaunchConfigurationId
- Launch configuration IDpublic Boolean getClearDataDisks()
public void setClearDataDisks(Boolean ClearDataDisks)
ClearDataDisks
- Whether to clear data disk information. This parameter is optional and the default value is `false`.
Setting it to `true` will clear data disks, which means that CVM newly created on this launch configuration will have no data disk.Copyright © 2021. All rights reserved.