public class BackupLimitVpcItem extends AbstractModel
header, skipSign| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 © 2025. All rights reserved.