public class ForwardIp extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ForwardIp()  | 
ForwardIp(ForwardIp 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 | 
getAccessGatewayId()
Get ccn id
Required when the access type is CCN. 
 | 
String | 
getAccessType()
Get Forwarding target IP network access type. 
 | 
String | 
getHost()
Get Forwarding target IP address. 
 | 
Long | 
getIpNum()
Get Specifies the number of outbound endpoints. 
 | 
Long | 
getPort()
Get Specifies the forwarding IP port number. 
 | 
String | 
getSubnetId()
Get Unique subnet ID. 
 | 
String | 
getVpcId()
Get Unique VPC ID. 
 | 
void | 
setAccessGatewayId(String AccessGatewayId)
Set ccn id
Required when the access type is CCN. 
 | 
void | 
setAccessType(String AccessType)
Set Forwarding target IP network access type. 
 | 
void | 
setHost(String Host)
Set Forwarding target IP address. 
 | 
void | 
setIpNum(Long IpNum)
Set Specifies the number of outbound endpoints. 
 | 
void | 
setPort(Long Port)
Set Specifies the forwarding IP port number. 
 | 
void | 
setSubnetId(String SubnetId)
Set Unique subnet ID. 
 | 
void | 
setVpcId(String VpcId)
Set Unique VPC ID. 
 | 
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 ForwardIp()
public ForwardIp(ForwardIp source)
public String getAccessType()
public void setAccessType(String AccessType)
AccessType - Forwarding target IP network access type.
CLB: The forwarding IP is the internal CLB VIP.
CCN: Forwarding IP through CCN routing.public String getHost()
public void setHost(String Host)
Host - Forwarding target IP address.public Long getPort()
public void setPort(Long Port)
Port - Specifies the forwarding IP port number.public Long getIpNum()
public void setIpNum(Long IpNum)
IpNum - Specifies the number of outbound endpoints.
Minimum 1, maximum 6.public String getVpcId()
public void setVpcId(String VpcId)
VpcId - Unique VPC ID.public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId - Unique subnet ID.
Required when the access type is CCN.public String getAccessGatewayId()
public void setAccessGatewayId(String AccessGatewayId)
AccessGatewayId - ccn id
Required when the access type is CCN.Copyright © 2025. All rights reserved.