public class InboundEndpoint extends Object
| Constructor and Description | 
|---|
| InboundEndpoint() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | backendPort()Get the backendPort value. | 
| int | frontendPort()Get the frontendPort value. | 
| String | name()Get the name value. | 
| InboundEndpointProtocol | protocol()Get the protocol value. | 
| String | publicFQDN()Get the publicFQDN value. | 
| String | publicIPAddress()Get the publicIPAddress value. | 
| InboundEndpoint | withBackendPort(int backendPort)Set the backendPort value. | 
| InboundEndpoint | withFrontendPort(int frontendPort)Set the frontendPort value. | 
| InboundEndpoint | withName(String name)Set the name value. | 
| InboundEndpoint | withProtocol(InboundEndpointProtocol protocol)Set the protocol value. | 
| InboundEndpoint | withPublicFQDN(String publicFQDN)Set the publicFQDN value. | 
| InboundEndpoint | withPublicIPAddress(String publicIPAddress)Set the publicIPAddress value. | 
public String name()
public InboundEndpoint withName(String name)
name - the name value to setpublic InboundEndpointProtocol protocol()
public InboundEndpoint withProtocol(InboundEndpointProtocol protocol)
protocol - the protocol value to setpublic String publicIPAddress()
public InboundEndpoint withPublicIPAddress(String publicIPAddress)
publicIPAddress - the publicIPAddress value to setpublic String publicFQDN()
public InboundEndpoint withPublicFQDN(String publicFQDN)
publicFQDN - the publicFQDN value to setpublic int frontendPort()
public InboundEndpoint withFrontendPort(int frontendPort)
frontendPort - the frontendPort value to setpublic int backendPort()
public InboundEndpoint withBackendPort(int backendPort)
backendPort - the backendPort value to setCopyright © 2019. All rights reserved.