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 备份文件的下载地址对应VPC 所属的地域。
|
String[] |
getVpcList()
Get 备份文件下载地址的 VPC 列表。
|
void |
setRegion(String Region)
Set 备份文件的下载地址对应VPC 所属的地域。
|
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, toJsonString
public BackupLimitVpcItem()
public BackupLimitVpcItem(BackupLimitVpcItem source)
public String getRegion()
public void setRegion(String Region)
Region
- 备份文件的下载地址对应VPC 所属的地域。public String[] getVpcList()
public void setVpcList(String[] VpcList)
VpcList
- 备份文件下载地址的 VPC 列表。Copyright © 2024. All rights reserved.