Uses of Class
com.tencentcloudapi.tsf.v20180326.models.ServiceSetting
-
Packages that use ServiceSetting Package Description com.tencentcloudapi.tsf.v20180326.models -
-
Uses of ServiceSetting in com.tencentcloudapi.tsf.v20180326.models
Methods in com.tencentcloudapi.tsf.v20180326.models that return ServiceSetting Modifier and Type Method Description ServiceSettingDeployContainerGroupRequest. getServiceSetting()Get 容器部署组的网络设置。Methods in com.tencentcloudapi.tsf.v20180326.models with parameters of type ServiceSetting Modifier and Type Method Description voidDeployContainerGroupRequest. setServiceSetting(ServiceSetting ServiceSetting)Set 容器部署组的网络设置。Constructors in com.tencentcloudapi.tsf.v20180326.models with parameters of type ServiceSetting Constructor Description ServiceSetting(ServiceSetting 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.
-