Uses of Class
com.tencentcloudapi.ecm.v20190719.models.Subnet
-
Packages that use Subnet Package Description com.tencentcloudapi.ecm.v20190719.models -
-
Uses of Subnet in com.tencentcloudapi.ecm.v20190719.models
Methods in com.tencentcloudapi.ecm.v20190719.models that return Subnet Modifier and Type Method Description Subnet
CreateSubnetResponse. getSubnet()
Get 子网对象。Subnet
DescribeDefaultSubnetResponse. getSubnet()
Get 默认子网信息,若无子网,则为空数据。Subnet[]
AssistantCidr. getSubnetSet()
Get 辅助CIDR拆分的子网。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。Subnet[]
DescribeSubnetsResponse. getSubnetSet()
Get 子网对象。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.ecm.v20190719.models with parameters of type Subnet Modifier and Type Method Description void
CreateSubnetResponse. setSubnet(Subnet Subnet)
Set 子网对象。void
DescribeDefaultSubnetResponse. setSubnet(Subnet Subnet)
Set 默认子网信息,若无子网,则为空数据。void
AssistantCidr. setSubnetSet(Subnet[] SubnetSet)
Set 辅助CIDR拆分的子网。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。void
DescribeSubnetsResponse. setSubnetSet(Subnet[] SubnetSet)
Set 子网对象。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.ecm.v20190719.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.
-