public class BackupLimitVpcItem extends AbstractModel
Constructor and Description |
---|
BackupLimitVpcItem() |
BackupLimitVpcItem(BackupLimitVpcItem 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 |
getRegion()
Get 限制下载来源的地域。目前仅支持当前地域。
|
String[] |
getVpcList()
Get 限制下载的vpc列表。
|
void |
setRegion(String Region)
Set 限制下载来源的地域。目前仅支持当前地域。
|
void |
setVpcList(String[] VpcList)
Set 限制下载的vpc列表。
|
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 BackupLimitVpcItem()
public BackupLimitVpcItem(BackupLimitVpcItem source)
public String getRegion()
public void setRegion(String Region)
Region
- 限制下载来源的地域。目前仅支持当前地域。public String[] getVpcList()
public void setVpcList(String[] VpcList)
VpcList
- 限制下载的vpc列表。Copyright © 2022. All rights reserved.