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 |
getIpComparisonSymbol()
Get Whether backups can be downloaded at the custom `LimitIp` address.
|
String[] |
getLimitIp()
Get Custom VPC IP address for downloading backup files.
|
String |
getLimitType()
Get Type of the network restrictions for downloading backup files.
|
BackupLimitVpcItem[] |
getLimitVpc()
Get VPC ID of the custom backup file download address, which will be displayed if `LimitType` is `Customize`.
|
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 |
getVpcComparisonSymbol()
Get Only `In` can be passed in for this parameter, indicating that backup files can be downloaded in the custom `LimitVpc`.
|
void |
setIpComparisonSymbol(String IpComparisonSymbol)
Set Whether backups can be downloaded at the custom `LimitIp` address.
|
void |
setLimitIp(String[] LimitIp)
Set Custom VPC IP address for downloading backup files.
|
void |
setLimitType(String LimitType)
Set Type of the network restrictions for downloading backup files.
|
void |
setLimitVpc(BackupLimitVpcItem[] LimitVpc)
Set VPC ID of the custom backup file download address, which will be displayed if `LimitType` is `Customize`.
|
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 |
setVpcComparisonSymbol(String VpcComparisonSymbol)
Set Only `In` can be passed in for this parameter, indicating that backup files can be downloaded in the custom `LimitVpc`.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeBackupDownloadRestrictionResponse()
public DescribeBackupDownloadRestrictionResponse(DescribeBackupDownloadRestrictionResponse source)
public String getLimitType()
public void setLimitType(String LimitType)
LimitType
- Type of the network restrictions for downloading backup files. Valid values:
- `NoLimit`: Backup files can be downloaded over both public and private networks.
- `LimitOnlyIntranet`: Backup files can be downloaded only at private network addresses auto-assigned by Tencent Cloud.
- `Customize`: Backup files can be downloaded only in the customized VPC.public String getVpcComparisonSymbol()
public void setVpcComparisonSymbol(String VpcComparisonSymbol)
VpcComparisonSymbol
- Only `In` can be passed in for this parameter, indicating that backup files can be downloaded in the custom `LimitVpc`.public String getIpComparisonSymbol()
public void setIpComparisonSymbol(String IpComparisonSymbol)
IpComparisonSymbol
- Whether backups can be downloaded at the custom `LimitIp` address.
- `In`: Download is allowed for the custom IP.
- `NotIn`: Download is not allowed for the custom IP.public BackupLimitVpcItem[] getLimitVpc()
public void setLimitVpc(BackupLimitVpcItem[] LimitVpc)
LimitVpc
- VPC ID of the custom backup file download address, which will be displayed if `LimitType` is `Customize`.public String[] getLimitIp()
public void setLimitIp(String[] LimitIp)
LimitIp
- Custom VPC IP address for downloading backup files.
This parameter is displayed when the **LimitType** parameter is set to **Customize**.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 © 2024. All rights reserved.