public class LBItem extends AbstractModel
header, skipSign| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 © 2025. All rights reserved.