public class Route extends AbstractModel
header, skipSign
Constructor and Description |
---|
Route() |
Route(Route 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 |
---|---|
Long |
getAccessType()
Get Instance connection method
0: PLAINTEXT (plaintext method, which does not carry user information and is supported for legacy versions and Community Edition)
1: SASL_PLAINTEXT (plaintext method, which authenticates the login through SASL before data start and is supported only for Community Edition)
2: SSL (SSL-encrypted communication, which does not carry user information and is supported for legacy versions and Community Edition)
3: SASL_SSL (SSL-encrypted communication, which authenticates the login through SASL before data start and is supported only for Community Edition)
|
String |
getDeleteTimestamp()
Get Timestamp
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getDomain()
Get Domain name
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getDomainPort()
Get Domain name port
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getRouteId()
Get Route ID
|
VipEntity[] |
getVipList()
Get Virtual IP list
|
Long |
getVipType()
Get VIP network type (1: Public network TGW; 2: Classic network; 3: VPC; 4: Supporting network (IDC environment); 5: SSL public network access; 6: BM VPC; 7: Supporting network (CVM environment)).
|
void |
setAccessType(Long AccessType)
Set Instance connection method
0: PLAINTEXT (plaintext method, which does not carry user information and is supported for legacy versions and Community Edition)
1: SASL_PLAINTEXT (plaintext method, which authenticates the login through SASL before data start and is supported only for Community Edition)
2: SSL (SSL-encrypted communication, which does not carry user information and is supported for legacy versions and Community Edition)
3: SASL_SSL (SSL-encrypted communication, which authenticates the login through SASL before data start and is supported only for Community Edition)
|
void |
setDeleteTimestamp(String DeleteTimestamp)
Set Timestamp
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setDomain(String Domain)
Set Domain name
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setDomainPort(Long DomainPort)
Set Domain name port
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setRouteId(Long RouteId)
Set Route ID
|
void |
setVipList(VipEntity[] VipList)
Set Virtual IP list
|
void |
setVipType(Long VipType)
Set VIP network type (1: Public network TGW; 2: Classic network; 3: VPC; 4: Supporting network (IDC environment); 5: SSL public network access; 6: BM VPC; 7: Supporting network (CVM environment)).
|
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 Route()
public Route(Route source)
public Long getAccessType()
public void setAccessType(Long AccessType)
AccessType
- Instance connection method
0: PLAINTEXT (plaintext method, which does not carry user information and is supported for legacy versions and Community Edition)
1: SASL_PLAINTEXT (plaintext method, which authenticates the login through SASL before data start and is supported only for Community Edition)
2: SSL (SSL-encrypted communication, which does not carry user information and is supported for legacy versions and Community Edition)
3: SASL_SSL (SSL-encrypted communication, which authenticates the login through SASL before data start and is supported only for Community Edition)public Long getRouteId()
public void setRouteId(Long RouteId)
RouteId
- Route IDpublic Long getVipType()
public void setVipType(Long VipType)
VipType
- VIP network type (1: Public network TGW; 2: Classic network; 3: VPC; 4: Supporting network (IDC environment); 5: SSL public network access; 6: BM VPC; 7: Supporting network (CVM environment)).public VipEntity[] getVipList()
public void setVipList(VipEntity[] VipList)
VipList
- Virtual IP listpublic String getDomain()
public void setDomain(String Domain)
Domain
- Domain name
Note: this field may return null, indicating that no valid values can be obtained.public Long getDomainPort()
public void setDomainPort(Long DomainPort)
DomainPort
- Domain name port
Note: this field may return null, indicating that no valid values can be obtained.public String getDeleteTimestamp()
public void setDeleteTimestamp(String DeleteTimestamp)
DeleteTimestamp
- Timestamp
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.