public class SlaUpdateParam extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SlaUpdateParam() | 
| SlaUpdateParam(SlaUpdateParam 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getLoadBalancerId()Get 负载均衡实例 ID。
可以通过 [DescribeLoadBalancers](https://cloud.tencent.com/document/product/1108/48459) 接口查询。 | 
| String | getSlaType()Get 性能容量型规格,取值范围:
 clb.c2.medium:标准型规格 
 clb.c3.small:高阶型1规格 
 clb.c3.medium:高阶型2规格 
 clb.c4.small:超强型1规格 
 clb.c4.medium:超强型2规格 
 clb.c4.large:超强型3规格 
 clb.c4.xlarge:超强型4规格 如需了解规格详情,请参见[实例规格对比](https://cloud.tencent.com/document/product/214/84689) | 
| void | setLoadBalancerId(String LoadBalancerId)Set 负载均衡实例 ID。
可以通过 [DescribeLoadBalancers](https://cloud.tencent.com/document/product/1108/48459) 接口查询。 | 
| void | setSlaType(String SlaType)Set 性能容量型规格,取值范围:
 clb.c2.medium:标准型规格 
 clb.c3.small:高阶型1规格 
 clb.c3.medium:高阶型2规格 
 clb.c4.small:超强型1规格 
 clb.c4.medium:超强型2规格 
 clb.c4.large:超强型3规格 
 clb.c4.xlarge:超强型4规格 如需了解规格详情,请参见[实例规格对比](https://cloud.tencent.com/document/product/214/84689) | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SlaUpdateParam()
public SlaUpdateParam(SlaUpdateParam source)
public String getLoadBalancerId()
public void setLoadBalancerId(String LoadBalancerId)
LoadBalancerId - 负载均衡实例 ID。
可以通过 [DescribeLoadBalancers](https://cloud.tencent.com/document/product/1108/48459) 接口查询。public String getSlaType()
public void setSlaType(String SlaType)
SlaType - 性能容量型规格,取值范围:
Copyright © 2025. All rights reserved.