public class FwCidrInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
FwCidrInfo() |
FwCidrInfo(FwCidrInfo 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 |
getComFwCidr()
Get The IP segment used by other firewalls.
|
FwVpcCidr[] |
getFwCidrLst()
Get The IP segment assigned for each VPC.
|
String |
getFwCidrType()
Get The IP range type of the firewall.
|
void |
setComFwCidr(String ComFwCidr)
Set The IP segment used by other firewalls.
|
void |
setFwCidrLst(FwVpcCidr[] FwCidrLst)
Set The IP segment assigned for each VPC.
|
void |
setFwCidrType(String FwCidrType)
Set The IP range type of the firewall.
|
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 FwCidrInfo()
public FwCidrInfo(FwCidrInfo source)
public String getFwCidrType()
public void setFwCidrType(String FwCidrType)
FwCidrType
- The IP range type of the firewall. Values: `VpcSelf` (VPC IP range preferred); `Assis` (Secondary IP range preferred); `Custom` (Custom IP range)public FwVpcCidr[] getFwCidrLst()
public void setFwCidrLst(FwVpcCidr[] FwCidrLst)
FwCidrLst
- The IP segment assigned for each VPC.public String getComFwCidr()
public void setComFwCidr(String ComFwCidr)
ComFwCidr
- The IP segment used by other firewalls. Specify this if you want to assign a dedicated segment for the firewall.Copyright © 2024. All rights reserved.