Uses of Class
com.tencentcloudapi.vpc.v20170312.models.Subnet
-
Packages that use Subnet Package Description com.tencentcloudapi.vpc.v20170312.models -
-
Uses of Subnet in com.tencentcloudapi.vpc.v20170312.models
Methods in com.tencentcloudapi.vpc.v20170312.models that return Subnet Modifier and Type Method Description SubnetCreateSubnetResponse. getSubnet()Get 子网对象。Subnet[]AssistantCidr. getSubnetSet()Get 辅助CIDR拆分的子网。 注意:此字段可能返回 null,表示取不到有效值。Subnet[]CreateSubnetsResponse. getSubnetSet()Get 新创建的子网列表。Subnet[]DescribeSubnetsResponse. getSubnetSet()Get 子网对象。Subnet[]NetworkAcl. getSubnetSet()Get 网络ACL关联的子网数组。Methods in com.tencentcloudapi.vpc.v20170312.models with parameters of type Subnet Modifier and Type Method Description voidCreateSubnetResponse. setSubnet(Subnet Subnet)Set 子网对象。voidAssistantCidr. setSubnetSet(Subnet[] SubnetSet)Set 辅助CIDR拆分的子网。 注意:此字段可能返回 null,表示取不到有效值。voidCreateSubnetsResponse. setSubnetSet(Subnet[] SubnetSet)Set 新创建的子网列表。voidDescribeSubnetsResponse. setSubnetSet(Subnet[] SubnetSet)Set 子网对象。voidNetworkAcl. setSubnetSet(Subnet[] SubnetSet)Set 网络ACL关联的子网数组。Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type Subnet Constructor 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.
-