Package | Description |
---|---|
com.tencentcloudapi.vpc.v20170312.models |
Modifier and Type | Method and Description |
---|---|
Subnet |
CreateSubnetResponse.getSubnet()
Get Subnet object.
|
Subnet[] |
NetworkAcl.getSubnetSet()
Get Array of subnets associated with the network ACL.
|
Subnet[] |
AssistantCidr.getSubnetSet()
Get Subnets divided by the secondary CIDR.
|
Subnet[] |
CreateSubnetsResponse.getSubnetSet()
Get The list of newly created subnets.
|
Subnet[] |
DescribeSubnetsResponse.getSubnetSet()
Get Subnet object.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateSubnetResponse.setSubnet(Subnet Subnet)
Set Subnet object.
|
void |
NetworkAcl.setSubnetSet(Subnet[] SubnetSet)
Set Array of subnets associated with the network ACL.
|
void |
AssistantCidr.setSubnetSet(Subnet[] SubnetSet)
Set Subnets divided by the secondary CIDR.
|
void |
CreateSubnetsResponse.setSubnetSet(Subnet[] SubnetSet)
Set The list of newly created subnets.
|
void |
DescribeSubnetsResponse.setSubnetSet(Subnet[] SubnetSet)
Set Subnet object.
|
Constructor and Description |
---|
Subnet(Subnet 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.
|
Copyright © 2023. All rights reserved.