public class SyncImagesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
SyncImagesRequest() |
SyncImagesRequest(SyncImagesRequest 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[] |
getDestinationRegions()
Get List of destination regions for synchronization.
|
Boolean |
getDryRun()
Get Checks whether image synchronization can be initiated.
|
String[] |
getImageIds()
Get List of image IDs.
|
String |
getImageName()
Get Destination image name.
|
Boolean |
getImageSetRequired()
Get Whether to return the ID of image created in the destination region
|
void |
setDestinationRegions(String[] DestinationRegions)
Set List of destination regions for synchronization.
|
void |
setDryRun(Boolean DryRun)
Set Checks whether image synchronization can be initiated.
|
void |
setImageIds(String[] ImageIds)
Set List of image IDs.
|
void |
setImageName(String ImageName)
Set Destination image name.
|
void |
setImageSetRequired(Boolean ImageSetRequired)
Set Whether to return the ID of image created in the destination region
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SyncImagesRequest()
public SyncImagesRequest(SyncImagesRequest source)
public String[] getImageIds()
public void setImageIds(String[] ImageIds)
ImageIds
- List of image IDs. You can obtain the image IDs in two ways: public String[] getDestinationRegions()
public void setDestinationRegions(String[] DestinationRegions)
DestinationRegions
- List of destination regions for synchronization. Limits:public Boolean getDryRun()
public void setDryRun(Boolean DryRun)
DryRun
- Checks whether image synchronization can be initiated.public String getImageName()
public void setImageName(String ImageName)
ImageName
- Destination image name.public Boolean getImageSetRequired()
public void setImageSetRequired(Boolean ImageSetRequired)
ImageSetRequired
- Whether to return the ID of image created in the destination regionCopyright © 2024. All rights reserved.