public class SyncImagesRequest extends AbstractModel
构造器和说明 |
---|
SyncImagesRequest() |
限定符和类型 | 方法和说明 |
---|---|
String[] |
getDestinationRegions()
Get 目的同步地域列表;必须满足限制:
不能为源地域, 必须是一个合法的Region。 |
String[] |
getImageIds()
Get 镜像ID列表 ,镜像ID可以通过如下方式获取:
通过[DescribeImages](https://cloud.tencent.com/document/api/213/15715)接口返回的`ImageId`获取。 |
void |
setDestinationRegions(String[] DestinationRegions)
Set 目的同步地域列表;必须满足限制:
不能为源地域, 必须是一个合法的Region。 |
void |
setImageIds(String[] ImageIds)
Set 镜像ID列表 ,镜像ID可以通过如下方式获取:
通过[DescribeImages](https://cloud.tencent.com/document/api/213/15715)接口返回的`ImageId`获取。 |
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
- 镜像ID列表 ,镜像ID可以通过如下方式获取:public String[] getDestinationRegions()
public void setDestinationRegions(String[] DestinationRegions)
DestinationRegions
- 目的同步地域列表;必须满足限制:Copyright © 2019. All rights reserved.