public class AssistantCidr extends AbstractModel
header, skipSign
Constructor and Description |
---|
AssistantCidr() |
AssistantCidr(AssistantCidr 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 |
---|---|
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AssistantCidr()
public AssistantCidr(AssistantCidr source)
public 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 © 2024. All rights reserved.