Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.VpcConfig
-
Packages that use VpcConfig Package Description com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of VpcConfig in com.tencentcloudapi.apigateway.v20180808.models
Methods in com.tencentcloudapi.apigateway.v20180808.models that return VpcConfig Modifier and Type Method Description VpcConfigInstanceDetail. getVpcConfig()Get 独享实例vpc配置Methods in com.tencentcloudapi.apigateway.v20180808.models with parameters of type VpcConfig Modifier and Type Method Description voidInstanceDetail. setVpcConfig(VpcConfig VpcConfig)Set 独享实例vpc配置Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type VpcConfig Constructor Description VpcConfig(VpcConfig 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.
-