Uses of Class
com.tencentcloudapi.goosefs.v20220519.models.SubnetInfo
-
Packages that use SubnetInfo Package Description com.tencentcloudapi.goosefs.v20220519.models -
-
Uses of SubnetInfo in com.tencentcloudapi.goosefs.v20220519.models
Methods in com.tencentcloudapi.goosefs.v20220519.models that return SubnetInfo Modifier and Type Method Description SubnetInfoAddCrossVpcSubnetSupportForClientNodeRequest. getSubnetInfo()Get 子网信息SubnetInfoDeleteCrossVpcSubnetSupportForClientNodeRequest. getSubnetInfo()Get 子网信息SubnetInfo[]QueryCrossVpcSubnetSupportForClientNodeResponse. getSubnetInfoCollection()Get 支持的子网信息集合Methods in com.tencentcloudapi.goosefs.v20220519.models with parameters of type SubnetInfo Modifier and Type Method Description voidAddCrossVpcSubnetSupportForClientNodeRequest. setSubnetInfo(SubnetInfo SubnetInfo)Set 子网信息voidDeleteCrossVpcSubnetSupportForClientNodeRequest. setSubnetInfo(SubnetInfo SubnetInfo)Set 子网信息voidQueryCrossVpcSubnetSupportForClientNodeResponse. setSubnetInfoCollection(SubnetInfo[] SubnetInfoCollection)Set 支持的子网信息集合Constructors in com.tencentcloudapi.goosefs.v20220519.models with parameters of type SubnetInfo Constructor Description SubnetInfo(SubnetInfo 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.
-