public class DescribeBackupDownloadRestrictionResponse extends AbstractModel
| Constructor and Description | 
|---|
| DescribeBackupDownloadRestrictionResponse() | 
| DescribeBackupDownloadRestrictionResponse(DescribeBackupDownloadRestrictionResponse 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 | getIpComparisonSymbol()Get Valid values: `In` (backups can only be downloaded with the IPs specified in `LimitIp`), `NotIn` (backups cannot be downloaded with the IPs specified in `LimitIp`). | 
| String[] | getLimitIp()Get IPs used to restrict backup download. | 
| String | getLimitType()Get Valid values: `NoLimit` (backups can be downloaded over both private and public networks with any IPs), `LimitOnlyIntranet` (backups can be downloaded over the private network with any private IPs), `Customize` (backups can be downloaded over specified VPCs with specified IPs). | 
| BackupLimitVpcItem[] | getLimitVpc()Get VPCs used to restrict backup download. | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| String | getVpcComparisonSymbol()Get Valid value: `In` (backups can only be downloaded over the VPCs specified in `LimitVpc`). | 
| void | setIpComparisonSymbol(String IpComparisonSymbol)Set Valid values: `In` (backups can only be downloaded with the IPs specified in `LimitIp`), `NotIn` (backups cannot be downloaded with the IPs specified in `LimitIp`). | 
| void | setLimitIp(String[] LimitIp)Set IPs used to restrict backup download. | 
| void | setLimitType(String LimitType)Set Valid values: `NoLimit` (backups can be downloaded over both private and public networks with any IPs), `LimitOnlyIntranet` (backups can be downloaded over the private network with any private IPs), `Customize` (backups can be downloaded over specified VPCs with specified IPs). | 
| void | setLimitVpc(BackupLimitVpcItem[] LimitVpc)Set VPCs used to restrict backup download. | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| void | setVpcComparisonSymbol(String VpcComparisonSymbol)Set Valid value: `In` (backups can only be downloaded over the VPCs specified in `LimitVpc`). | 
| 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 DescribeBackupDownloadRestrictionResponse()
public DescribeBackupDownloadRestrictionResponse(DescribeBackupDownloadRestrictionResponse source)
public String getLimitType()
public void setLimitType(String LimitType)
LimitType - Valid values: `NoLimit` (backups can be downloaded over both private and public networks with any IPs), `LimitOnlyIntranet` (backups can be downloaded over the private network with any private IPs), `Customize` (backups can be downloaded over specified VPCs with specified IPs). The `LimitVpc` and `LimitIp` parameters are valid only when this parameter is set to `Customize`.public String getVpcComparisonSymbol()
public void setVpcComparisonSymbol(String VpcComparisonSymbol)
VpcComparisonSymbol - Valid value: `In` (backups can only be downloaded over the VPCs specified in `LimitVpc`).public String getIpComparisonSymbol()
public void setIpComparisonSymbol(String IpComparisonSymbol)
IpComparisonSymbol - Valid values: `In` (backups can only be downloaded with the IPs specified in `LimitIp`), `NotIn` (backups cannot be downloaded with the IPs specified in `LimitIp`).public BackupLimitVpcItem[] getLimitVpc()
public void setLimitVpc(BackupLimitVpcItem[] LimitVpc)
LimitVpc - VPCs used to restrict backup download.public String[] getLimitIp()
public void setLimitIp(String[] LimitIp)
LimitIp - IPs used to restrict backup download.public String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.