public class GatewayLoadBalancer extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
GatewayLoadBalancer()  | 
GatewayLoadBalancer(GatewayLoadBalancer 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 | 
getChargeType()
Get Billing type of the GWLB instance. 
 | 
String | 
getCreateTime()
Get Creation time. 
 | 
Boolean | 
getDeleteProtect()
Get Whether to enable the deletion protection feature.Note: this field may return `null`, indicating that no valid values can be obtained. 
 | 
String | 
getIsolatedTime()
Get CLB instance isolation time
Note: this field may return `null`, indicating that no valid values can be obtained. 
 | 
Long | 
getIsolation()
Get 0: Not isolated; 1: Isolated. 
 | 
String | 
getLoadBalancerId()
Get GWLB instance ID. 
 | 
String | 
getLoadBalancerName()
Get Name of the GWLB instance. 
 | 
Long | 
getStatus()
Get GWLB instance status.0: creating, 1: normal operation, 3: deleting. 
 | 
String | 
getSubnetId()
Get Subnet to which the GWLB belongs. 
 | 
TagInfo[] | 
getTags()
Get Tag information on the CLB instance.Note: this field may return `null`, indicating that no valid values can be obtained. 
 | 
String | 
getTargetGroupId()
Get Unique ID of associated target group.Note: this field may return `null`, indicating that no valid values can be obtained. 
 | 
String[] | 
getVips()
Get Virtual IP of GWLB for providing service. 
 | 
String | 
getVpcId()
Get VPC to which the GWLB belongs.Note: this field may return `null`, indicating that no valid values can be obtained. 
 | 
void | 
setChargeType(String ChargeType)
Set Billing type of the GWLB instance. 
 | 
void | 
setCreateTime(String CreateTime)
Set Creation time. 
 | 
void | 
setDeleteProtect(Boolean DeleteProtect)
Set Whether to enable the deletion protection feature.Note: this field may return `null`, indicating that no valid values can be obtained. 
 | 
void | 
setIsolatedTime(String IsolatedTime)
Set CLB instance isolation time
Note: this field may return `null`, indicating that no valid values can be obtained. 
 | 
void | 
setIsolation(Long Isolation)
Set 0: Not isolated; 1: Isolated. 
 | 
void | 
setLoadBalancerId(String LoadBalancerId)
Set GWLB instance ID. 
 | 
void | 
setLoadBalancerName(String LoadBalancerName)
Set Name of the GWLB instance. 
 | 
void | 
setStatus(Long Status)
Set GWLB instance status.0: creating, 1: normal operation, 3: deleting. 
 | 
void | 
setSubnetId(String SubnetId)
Set Subnet to which the GWLB belongs. 
 | 
void | 
setTags(TagInfo[] Tags)
Set Tag information on the CLB instance.Note: this field may return `null`, indicating that no valid values can be obtained. 
 | 
void | 
setTargetGroupId(String TargetGroupId)
Set Unique ID of associated target group.Note: this field may return `null`, indicating that no valid values can be obtained. 
 | 
void | 
setVips(String[] Vips)
Set Virtual IP of GWLB for providing service. 
 | 
void | 
setVpcId(String VpcId)
Set VPC to which the GWLB belongs.Note: this field may return `null`, indicating that no valid values can be obtained. 
 | 
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 GatewayLoadBalancer()
public GatewayLoadBalancer(GatewayLoadBalancer source)
public String getLoadBalancerId()
public void setLoadBalancerId(String LoadBalancerId)
LoadBalancerId - GWLB instance ID.public String getLoadBalancerName()
public void setLoadBalancerName(String LoadBalancerName)
LoadBalancerName - Name of the GWLB instance.public String getVpcId()
public void setVpcId(String VpcId)
VpcId - VPC to which the GWLB belongs.Note: this field may return `null`, indicating that no valid values can be obtained.public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId - Subnet to which the GWLB belongs.public String[] getVips()
public void setVips(String[] Vips)
Vips - Virtual IP of GWLB for providing service.public Long getStatus()
public void setStatus(Long Status)
Status - GWLB instance status.0: creating, 1: normal operation, 3: deleting.public String getTargetGroupId()
public void setTargetGroupId(String TargetGroupId)
TargetGroupId - Unique ID of associated target group.Note: this field may return `null`, indicating that no valid values can be obtained.public Boolean getDeleteProtect()
public void setDeleteProtect(Boolean DeleteProtect)
DeleteProtect - Whether to enable the deletion protection feature.Note: this field may return `null`, indicating that no valid values can be obtained.public TagInfo[] getTags()
public void setTags(TagInfo[] Tags)
Tags - Tag information on the CLB instance.Note: this field may return `null`, indicating that no valid values can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Creation time.public String getChargeType()
public void setChargeType(String ChargeType)
ChargeType - Billing type of the GWLB instance. POSTPAID_BY_HOUR: pay-as-you-goNote: this field may return `null`, indicating that no valid values can be obtained.public Long getIsolation()
public void setIsolation(Long Isolation)
Isolation - 0: Not isolated; 1: Isolated.
Note: this field may return `null`, indicating that no valid values can be obtained.public String getIsolatedTime()
public void setIsolatedTime(String IsolatedTime)
IsolatedTime - CLB instance isolation time
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.