public class CidrForCcn extends AbstractModel
Constructor and Description |
---|
CidrForCcn() |
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, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 © 2021. All rights reserved.