public class SyncImagesRequest extends AbstractModel
Constructor and Description |
---|
SyncImagesRequest() |
Modifier and Type | Method and Description |
---|---|
String[] |
getDestinationRegions()
Get List of destination regions for synchronization.
|
String[] |
getImageIds()
Get List of image IDs.
|
void |
setDestinationRegions(String[] DestinationRegions)
Set List of destination regions for synchronization.
|
void |
setImageIds(String[] ImageIds)
Set List of image IDs.
|
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 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. A destination region must meet the following requirements: Copyright © 2020. All rights reserved.