Uses of Class
com.tencentcloudapi.tse.v20201207.models.InternetConfig
-
Packages that use InternetConfig Package Description com.tencentcloudapi.tse.v20201207.models -
-
Uses of InternetConfig in com.tencentcloudapi.tse.v20201207.models
Methods in com.tencentcloudapi.tse.v20201207.models that return InternetConfig Modifier and Type Method Description InternetConfigCreateCloudNativeAPIGatewayRequest. getInternetConfig()Get 公网相关配置InternetConfigCreateNativeGatewayServerGroupRequest. getInternetConfig()Get 公网配置。Methods in com.tencentcloudapi.tse.v20201207.models with parameters of type InternetConfig Modifier and Type Method Description voidCreateCloudNativeAPIGatewayRequest. setInternetConfig(InternetConfig InternetConfig)Set 公网相关配置voidCreateNativeGatewayServerGroupRequest. setInternetConfig(InternetConfig InternetConfig)Set 公网配置。Constructors in com.tencentcloudapi.tse.v20201207.models with parameters of type InternetConfig Constructor Description InternetConfig(InternetConfig 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.
-