public class ConvertOperatingSystemsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ConvertOperatingSystemsRequest() |
ConvertOperatingSystemsRequest(ConvertOperatingSystemsRequest 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 |
getDryRun()
Get Whether it is pre-check only.
|
String[] |
getInstanceIds()
Get ID of an instance to execute operating system switching.
|
Boolean |
getMinimalConversion()
Get Whether it is a minimum scale switching.
|
String |
getTargetOSType()
Get Target operating system type for switching.
|
void |
setDryRun(Boolean DryRun)
Set Whether it is pre-check only.
|
void |
setInstanceIds(String[] InstanceIds)
Set ID of an instance to execute operating system switching.
|
void |
setMinimalConversion(Boolean MinimalConversion)
Set Whether it is a minimum scale switching.
|
void |
setTargetOSType(String TargetOSType)
Set Target operating system type for switching.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ConvertOperatingSystemsRequest()
public ConvertOperatingSystemsRequest(ConvertOperatingSystemsRequest source)
public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- ID of an instance to execute operating system switching.public Boolean getMinimalConversion()
public void setMinimalConversion(Boolean MinimalConversion)
MinimalConversion
- Whether it is a minimum scale switching.public Boolean getDryRun()
public void setDryRun(Boolean DryRun)
DryRun
- Whether it is pre-check only.public String getTargetOSType()
public void setTargetOSType(String TargetOSType)
TargetOSType
- Target operating system type for switching. Only TencentOS is supported.Copyright © 2025. All rights reserved.