Uses of Class
com.tencentcloudapi.as.v20180419.models.ServiceSettings
-
Packages that use ServiceSettings Package Description com.tencentcloudapi.as.v20180419.models -
-
Uses of ServiceSettings in com.tencentcloudapi.as.v20180419.models
Methods in com.tencentcloudapi.as.v20180419.models that return ServiceSettings Modifier and Type Method Description ServiceSettingsAutoScalingGroup. getServiceSettings()Get 服务设置ServiceSettingsCreateAutoScalingGroupRequest. getServiceSettings()Get 服务设置,包括云监控不健康替换等服务设置。ServiceSettingsModifyAutoScalingGroupRequest. getServiceSettings()Get 服务设置,包括云监控不健康替换等服务设置。Methods in com.tencentcloudapi.as.v20180419.models with parameters of type ServiceSettings Modifier and Type Method Description voidAutoScalingGroup. setServiceSettings(ServiceSettings ServiceSettings)Set 服务设置voidCreateAutoScalingGroupRequest. setServiceSettings(ServiceSettings ServiceSettings)Set 服务设置,包括云监控不健康替换等服务设置。voidModifyAutoScalingGroupRequest. setServiceSettings(ServiceSettings ServiceSettings)Set 服务设置,包括云监控不健康替换等服务设置。Constructors in com.tencentcloudapi.as.v20180419.models with parameters of type ServiceSettings Constructor Description ServiceSettings(ServiceSettings 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.
-