Uses of Class
com.tencentcloudapi.dayu.v20180709.models.L4HealthConfig
-
Packages that use L4HealthConfig Package Description com.tencentcloudapi.dayu.v20180709.models -
-
Uses of L4HealthConfig in com.tencentcloudapi.dayu.v20180709.models
Methods in com.tencentcloudapi.dayu.v20180709.models that return L4HealthConfig Modifier and Type Method Description L4HealthConfig[]CreateL4HealthConfigRequest. getHealthConfig()Get 四层健康检查配置数组L4HealthConfig[]DescribeL4HealthConfigResponse. getHealthConfig()Get 四层健康检查配置数组Methods in com.tencentcloudapi.dayu.v20180709.models with parameters of type L4HealthConfig Modifier and Type Method Description voidCreateL4HealthConfigRequest. setHealthConfig(L4HealthConfig[] HealthConfig)Set 四层健康检查配置数组voidDescribeL4HealthConfigResponse. setHealthConfig(L4HealthConfig[] HealthConfig)Set 四层健康检查配置数组Constructors in com.tencentcloudapi.dayu.v20180709.models with parameters of type L4HealthConfig Constructor Description L4HealthConfig(L4HealthConfig 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.
-