public class ModifyBackupDownloadRestrictionRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyBackupDownloadRestrictionRequest() |
ModifyBackupDownloadRestrictionRequest(ModifyBackupDownloadRestrictionRequest 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 VPC IP of the custom backup file download address, which is required if `LimitType` is `Customize`.
|
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 is required if `LimitType` is `Customize`.
|
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 VPC IP of the custom backup file download address, which is required if `LimitType` is `Customize`.
|
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 is required if `LimitType` is `Customize`.
|
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 ModifyBackupDownloadRestrictionRequest()
public ModifyBackupDownloadRestrictionRequest(ModifyBackupDownloadRestrictionRequest 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 is required if `LimitType` is `Customize`.public String[] getLimitIp()
public void setLimitIp(String[] LimitIp)
LimitIp
- VPC IP of the custom backup file download address, which is required if `LimitType` is `Customize`.Copyright © 2024. All rights reserved.