public class DescribeBackupDownloadRestrictionResponse extends AbstractModel
header, skipSign
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 |
getIpRestrictionEffect()
Get Whether IP is allowed.
|
String[] |
getIpSet()
Get Whether it is allowed to download the IP list of the backup files.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
String |
getRestrictionType()
Get Type of the network restrictions for downloading a backup file.
|
String[] |
getVpcIdSet()
Get Whether it is allowed to download the VPC ID list of the backup files.
|
String |
getVpcRestrictionEffect()
Get Whether VPC is allowed.
|
void |
setIpRestrictionEffect(String IpRestrictionEffect)
Set Whether IP is allowed.
|
void |
setIpSet(String[] IpSet)
Set Whether it is allowed to download the IP list of the backup files.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setRestrictionType(String RestrictionType)
Set Type of the network restrictions for downloading a backup file.
|
void |
setVpcIdSet(String[] VpcIdSet)
Set Whether it is allowed to download the VPC ID list of the backup files.
|
void |
setVpcRestrictionEffect(String VpcRestrictionEffect)
Set Whether VPC is allowed.
|
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 DescribeBackupDownloadRestrictionResponse()
public DescribeBackupDownloadRestrictionResponse(DescribeBackupDownloadRestrictionResponse source)
public String getRestrictionType()
public void setRestrictionType(String RestrictionType)
RestrictionType
- Type of the network restrictions for downloading a backup file. Valid values: `NONE` (backups can be downloaded over both private and public networks), `INTRANET` (backups can only be downloaded over the private network), `CUSTOMIZE` (backups can be downloaded over specified VPCs or at specified IPs).public String getVpcRestrictionEffect()
public void setVpcRestrictionEffect(String VpcRestrictionEffect)
VpcRestrictionEffect
- Whether VPC is allowed. Valid values: `ALLOW` (allow), `DENY` (deny).
Note: This field may return null, indicating that no valid values can be obtained.public String[] getVpcIdSet()
public void setVpcIdSet(String[] VpcIdSet)
VpcIdSet
- Whether it is allowed to download the VPC ID list of the backup files.
Note: This field may return null, indicating that no valid values can be obtained.public String getIpRestrictionEffect()
public void setIpRestrictionEffect(String IpRestrictionEffect)
IpRestrictionEffect
- Whether IP is allowed. Valid values: `ALLOW` (allow), `DENY` (deny).
Note: Note: This field may return null, indicating that no valid values can be obtained.public String[] getIpSet()
public void setIpSet(String[] IpSet)
IpSet
- Whether it is allowed to download the IP list of the backup files.
Note: This field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.