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 Secondary CIDR block type.
|
String |
getCidrBlock()
Get Secondary CIDR, such as `172.16.0.0/16`
|
Subnet[] |
getSubnetSet()
Get Subnets divided by the secondary CIDR block.
|
String |
getVpcId()
Get VPC instance ID, such as `vpc-6v2ht8q5`
|
void |
setAssistantType(Long AssistantType)
Set Secondary CIDR block type.
|
void |
setCidrBlock(String CidrBlock)
Set Secondary CIDR, such as `172.16.0.0/16`
|
void |
setSubnetSet(Subnet[] SubnetSet)
Set Subnets divided by the secondary CIDR block.
|
void |
setVpcId(String VpcId)
Set VPC instance ID, 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
- VPC instance ID, such as `vpc-6v2ht8q5`public String getCidrBlock()
public void setCidrBlock(String CidrBlock)
CidrBlock
- Secondary CIDR, such as `172.16.0.0/16`public Long getAssistantType()
public void setAssistantType(Long AssistantType)
AssistantType
- Secondary CIDR block type. 0: general secondary CIDR block; 1: container secondary CIDR block. Default value: 0.public Subnet[] getSubnetSet()
public void setSubnetSet(Subnet[] SubnetSet)
SubnetSet
- Subnets divided by the secondary CIDR block.
Note: this field may return null, indicating that no valid values can be obtained.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.