public class AssistantCidr extends AbstractModel
| Constructor and Description | 
|---|
| AssistantCidr() | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getAssistantType()Get The secondary CIDR block type. | 
| String | getCidrBlock()Get The secondary CIDR, such as `172.16.0.0/16`. | 
| Subnet[] | getSubnetSet()Get Subnets divided by the secondary CIDR. | 
| String | getVpcId()Get The `ID` of a `VPC` instance, such as `vpc-6v2ht8q5`. | 
| void | setAssistantType(Long AssistantType)Set The secondary CIDR block type. | 
| void | setCidrBlock(String CidrBlock)Set The secondary CIDR, such as `172.16.0.0/16`. | 
| void | setSubnetSet(Subnet[] SubnetSet)Set Subnets divided by the secondary CIDR. | 
| void | setVpcId(String VpcId)Set The `ID` of a `VPC` instance, such as `vpc-6v2ht8q5`. | 
| 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, toJsonStringpublic String getVpcId()
public void setVpcId(String VpcId)
VpcId - The `ID` of a `VPC` instance, such as `vpc-6v2ht8q5`.public String getCidrBlock()
public void setCidrBlock(String CidrBlock)
CidrBlock - The secondary CIDR, such as `172.16.0.0/16`.public Long getAssistantType()
public void setAssistantType(Long AssistantType)
AssistantType - The secondary CIDR block type. 0: common secondary CIDR block. 1: container secondary CIDR block. Default: 0.public Subnet[] getSubnetSet()
public void setSubnetSet(Subnet[] SubnetSet)
SubnetSet - Subnets divided by the secondary CIDR.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.