public class CreateImageRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CreateImageRequest()  | 
CreateImageRequest(CreateImageRequest 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 | 
|---|---|
String | 
getForcePoweroff()
Get Whether to perform a forced shutdown to make an image. 
 | 
String | 
getImageDescription()
Get Image description. 
 | 
String | 
getImageName()
Get Image name. 
 | 
String | 
getInstanceId()
Get ID of the instance for which to make an image. 
 | 
void | 
setForcePoweroff(String ForcePoweroff)
Set Whether to perform a forced shutdown to make an image. 
 | 
void | 
setImageDescription(String ImageDescription)
Set Image description. 
 | 
void | 
setImageName(String ImageName)
Set Image name. 
 | 
void | 
setInstanceId(String InstanceId)
Set ID of the instance for which to make an image. 
 | 
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, toJsonStringpublic CreateImageRequest()
public CreateImageRequest(CreateImageRequest source)
public String getImageName()
public void setImageName(String ImageName)
ImageName - Image name.public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - ID of the instance for which to make an image.public String getImageDescription()
public void setImageDescription(String ImageDescription)
ImageDescription - Image description.public String getForcePoweroff()
public void setForcePoweroff(String ForcePoweroff)
ForcePoweroff - Whether to perform a forced shutdown to make an image. Valid values:
TRUE: yes
FALSE: no
Default value: FALSE.Copyright © 2025. All rights reserved.