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 The region where the backup download restrictions take effect. | 
| String[] | getVpcList()Get The list of VPCs used to restrict backup download | 
| void | setRegion(String Region)Set The region where the backup download restrictions take effect. | 
| void | setVpcList(String[] VpcList)Set The list of VPCs used to restrict backup download | 
| 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, toJsonStringpublic BackupLimitVpcItem()
public BackupLimitVpcItem(BackupLimitVpcItem source)
public String getRegion()
public void setRegion(String Region)
Region - The region where the backup download restrictions take effect. It must be the same as the common request parameter `Region` of the API.public String[] getVpcList()
public void setVpcList(String[] VpcList)
VpcList - The list of VPCs used to restrict backup downloadCopyright © 2021. All rights reserved.