public class LBItem extends AbstractModel
Constructor and Description |
---|
LBItem() |
LBItem(LBItem 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 |
---|---|
ListenerItem[] |
getListeners()
Get Listener rule.
|
String |
getLoadBalancerId()
Get String ID of the CLB instance.
|
String |
getRegion()
Get Region of the CLB instance
|
String |
getVip()
Get VIP of the CLB instance.
|
void |
setListeners(ListenerItem[] Listeners)
Set Listener rule.
|
void |
setLoadBalancerId(String LoadBalancerId)
Set String ID of the CLB instance.
|
void |
setRegion(String Region)
Set Region of the CLB instance
|
void |
setVip(String Vip)
Set VIP of the CLB instance.
|
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 LBItem()
public LBItem(LBItem source)
public String getLoadBalancerId()
public void setLoadBalancerId(String LoadBalancerId)
LoadBalancerId
- String ID of the CLB instance.public String getVip()
public void setVip(String Vip)
Vip
- VIP of the CLB instance.public ListenerItem[] getListeners()
public void setListeners(ListenerItem[] Listeners)
Listeners
- Listener rule.public String getRegion()
public void setRegion(String Region)
Region
- Region of the CLB instanceCopyright © 2022. All rights reserved.