public class EndpointService extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| EndpointService() | 
| EndpointService(EndpointService 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 if the access type is CCN. | 
| String | getAccessType()Get Specifies the forwarding target IP network access type. | 
| String | getPip()Get Specifies the forwarding target IP address. | 
| Long | getPport()Get Specifies the forwarding IP port number. | 
| String | getProto()Get Specifies the forwarding target IP protocol. | 
| String | getRegion()Get The region of the outbound endpoint service. | 
| String | getSnatVipCidr()Get The SNAT CIDR block of the outbound endpoint. | 
| String | getSnatVipSet()Get The SNAT IP list of the outbound endpoint. | 
| String | getSubnetId()Get Specifies the unique subnet ID. | 
| String | getVip()Get Specifies the forwarding target IP proxy IP. | 
| String | getVpcId()Get Specifies the unique VPC ID. | 
| Long | getVport()Get Specifies the forwarding target IP proxy port. | 
| void | setAccessGatewayId(String AccessGatewayId)Set ccn id
Required if the access type is CCN. | 
| void | setAccessType(String AccessType)Set Specifies the forwarding target IP network access type. | 
| void | setPip(String Pip)Set Specifies the forwarding target IP address. | 
| void | setPport(Long Pport)Set Specifies the forwarding IP port number. | 
| void | setProto(String Proto)Set Specifies the forwarding target IP protocol. | 
| void | setRegion(String Region)Set The region of the outbound endpoint service. | 
| void | setSnatVipCidr(String SnatVipCidr)Set The SNAT CIDR block of the outbound endpoint. | 
| void | setSnatVipSet(String SnatVipSet)Set The SNAT IP list of the outbound endpoint. | 
| void | setSubnetId(String SubnetId)Set Specifies the unique subnet ID. | 
| void | setVip(String Vip)Set Specifies the forwarding target IP proxy IP. | 
| void | setVpcId(String VpcId)Set Specifies the unique VPC ID. | 
| void | setVport(Long Vport)Set Specifies the forwarding target IP proxy port. | 
| 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 EndpointService()
public EndpointService(EndpointService source)
public String getAccessType()
public void setAccessType(String AccessType)
AccessType - Specifies the forwarding target IP network access type.
CLB: Specifies that the forwarding IP is the private CLB VIP.
CCN: Specifies forwarding IP through CCN routing.public String getPip()
public void setPip(String Pip)
Pip - Specifies the forwarding target IP address.public Long getPport()
public void setPport(Long Pport)
Pport - Specifies the forwarding IP port number.public String getVpcId()
public void setVpcId(String VpcId)
VpcId - Specifies the unique VPC ID.public String getVip()
public void setVip(String Vip)
Vip - Specifies the forwarding target IP proxy IP.public Long getVport()
public void setVport(Long Vport)
Vport - Specifies the forwarding target IP proxy port.public String getProto()
public void setProto(String Proto)
Proto - Specifies the forwarding target IP protocol.public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId - Specifies the unique subnet ID.
Required if the access type is CCN.public String getAccessGatewayId()
public void setAccessGatewayId(String AccessGatewayId)
AccessGatewayId - ccn id
Required if the access type is CCN.public String getSnatVipCidr()
public void setSnatVipCidr(String SnatVipCidr)
SnatVipCidr - The SNAT CIDR block of the outbound endpoint.public String getSnatVipSet()
public void setSnatVipSet(String SnatVipSet)
SnatVipSet - The SNAT IP list of the outbound endpoint.public String getRegion()
public void setRegion(String Region)
Region - The region of the outbound endpoint service.Copyright © 2025. All rights reserved.