public class CidrForCcn extends AbstractModel
skipSign
Constructor and Description |
---|
CidrForCcn() |
CidrForCcn(CidrForCcn 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 |
getCidr()
Get Local CIDR block, including subnet CIDR block and secondary CIDR block
Note: this field may return `null`, indicating that no valid values can be obtained.
|
Boolean |
getPublishedToVbc()
Get Whether the routing policy of the VPC subnet is published to CCN.
|
void |
setCidr(String Cidr)
Set Local CIDR block, including subnet CIDR block and secondary CIDR block
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setPublishedToVbc(Boolean PublishedToVbc)
Set Whether the routing policy of the VPC subnet is published to CCN.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CidrForCcn()
public CidrForCcn(CidrForCcn source)
public String getCidr()
public void setCidr(String Cidr)
Cidr
- Local CIDR block, including subnet CIDR block and secondary CIDR block
Note: this field may return `null`, indicating that no valid values can be obtained.public Boolean getPublishedToVbc()
public void setPublishedToVbc(Boolean PublishedToVbc)
PublishedToVbc
- Whether the routing policy of the VPC subnet is published to CCN.
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.