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 lb的字符串ID
|
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 lb的字符串ID
|
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, toJsonString
public SlaUpdateParam()
public SlaUpdateParam(SlaUpdateParam source)
public String getLoadBalancerId()
public void setLoadBalancerId(String LoadBalancerId)
LoadBalancerId
- lb的字符串IDpublic String getSlaType()
public void setSlaType(String SlaType)
SlaType
- 性能容量型规格,取值范围:
Copyright © 2024. All rights reserved.