Uses of Class
com.tencentcloudapi.vpc.v20170312.models.SubnetInput
-
Packages that use SubnetInput Package Description com.tencentcloudapi.vpc.v20170312.models -
-
Uses of SubnetInput in com.tencentcloudapi.vpc.v20170312.models
Methods in com.tencentcloudapi.vpc.v20170312.models that return SubnetInput Modifier and Type Method Description SubnetInput[]CreateSubnetsRequest. getSubnets()Get 子网对象列表。Methods in com.tencentcloudapi.vpc.v20170312.models with parameters of type SubnetInput Modifier and Type Method Description voidCreateSubnetsRequest. setSubnets(SubnetInput[] Subnets)Set 子网对象列表。Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type SubnetInput Constructor Description SubnetInput(SubnetInput 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.
-