public class SlaUpdateParam extends AbstractModel
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 This parameter is set to a fixed value of `SLA`, which specifies to upgrade to an LCU-supported instance of default specification.
|
void |
setLoadBalancerId(String LoadBalancerId)
Set ID of the CLB instance
|
void |
setSlaType(String SlaType)
Set This parameter is set to a fixed value of `SLA`, which specifies to upgrade to an LCU-supported instance of default specification.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, 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
- This parameter is set to a fixed value of `SLA`, which specifies to upgrade to an LCU-supported instance of default specification.
Copyright © 2023. All rights reserved.