public class BackupLimitRestriction extends AbstractModel
header, skipSign
Constructor and Description |
---|
BackupLimitRestriction() |
BackupLimitRestriction(BackupLimitRestriction 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 Specified ips can download; specified ips are not allowed to download.
|
String[] |
getLimitIps()
Get Specifies the ip settings for limiting downloads.
|
String |
getLimitType()
Get Restriction type.
|
BackupLimitVpcItem[] |
getLimitVpcs()
Get Specifies the vpc setting for download restrictions.
|
String |
getVpcComparisonSymbol()
Get This parameter only supports In, which indicates that the vpc specified by LimitVpc can be downloaded.
|
void |
setIpComparisonSymbol(String IpComparisonSymbol)
Set Specified ips can download; specified ips are not allowed to download.
|
void |
setLimitIps(String[] LimitIps)
Set Specifies the ip settings for limiting downloads.
|
void |
setLimitType(String LimitType)
Set Restriction type.
|
void |
setLimitVpcs(BackupLimitVpcItem[] LimitVpcs)
Set Specifies the vpc setting for download restrictions.
|
void |
setVpcComparisonSymbol(String VpcComparisonSymbol)
Set This parameter only supports In, which indicates that the vpc specified by LimitVpc can be downloaded.
|
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 BackupLimitRestriction()
public BackupLimitRestriction(BackupLimitRestriction source)
public String getLimitType()
public void setLimitType(String LimitType)
LimitType
- Restriction type.public String getVpcComparisonSymbol()
public void setVpcComparisonSymbol(String VpcComparisonSymbol)
VpcComparisonSymbol
- This parameter only supports In, which indicates that the vpc specified by LimitVpc can be downloaded. the default is In.public String getIpComparisonSymbol()
public void setIpComparisonSymbol(String IpComparisonSymbol)
IpComparisonSymbol
- Specified ips can download; specified ips are not allowed to download.public BackupLimitVpcItem[] getLimitVpcs()
public void setLimitVpcs(BackupLimitVpcItem[] LimitVpcs)
LimitVpcs
- Specifies the vpc setting for download restrictions.
Note: This field may return null, indicating that no valid values can be obtained.public String[] getLimitIps()
public void setLimitIps(String[] LimitIps)
LimitIps
- Specifies the ip settings for limiting downloads.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.