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 of the CLB instance
|
String |
getSlaType()
Get LCU-supported instance specification.
|
void |
setLoadBalancerId(String LoadBalancerId)
Set ID of the CLB instance
|
void |
setSlaType(String SlaType)
Set LCU-supported instance specification.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SlaUpdateParam()
public SlaUpdateParam(SlaUpdateParam source)
public String getLoadBalancerId()
public void setLoadBalancerId(String LoadBalancerId)
LoadBalancerId
- ID of the CLB instancepublic String getSlaType()
public void setSlaType(String SlaType)
SlaType
- LCU-supported instance specification. Value:
Copyright © 2024. All rights reserved.