Uses of Class
com.tencentcloudapi.scf.v20180416.models.VpcConfig
-
Packages that use VpcConfig Package Description com.tencentcloudapi.scf.v20180416.models -
-
Uses of VpcConfig in com.tencentcloudapi.scf.v20180416.models
Methods in com.tencentcloudapi.scf.v20180416.models that return VpcConfig Modifier and Type Method Description VpcConfigCreateFunctionRequest. getVpcConfig()Get 函数的私有网络配置VpcConfigGetFunctionResponse. getVpcConfig()Get 函数的私有网络VpcConfigUpdateFunctionConfigurationRequest. getVpcConfig()Get 函数的私有网络配置Methods in com.tencentcloudapi.scf.v20180416.models with parameters of type VpcConfig Modifier and Type Method Description voidCreateFunctionRequest. setVpcConfig(VpcConfig VpcConfig)Set 函数的私有网络配置voidGetFunctionResponse. setVpcConfig(VpcConfig VpcConfig)Set 函数的私有网络voidUpdateFunctionConfigurationRequest. setVpcConfig(VpcConfig VpcConfig)Set 函数的私有网络配置Constructors in com.tencentcloudapi.scf.v20180416.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.
-