InboundEndpoint Class

  • java.lang.Object
    • com.microsoft.azure.batch.protocol.models.InboundEndpoint

public class InboundEndpoint

An inbound endpoint on a compute node.

Method Summary

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 possible values include: 'tcp', 'udp'.

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 possible values include: 'tcp', 'udp'.

InboundEndpoint withPublicFQDN(String publicFQDN)

Set the publicFQDN value.

InboundEndpoint withPublicIPAddress(String publicIPAddress)

Set the publicIPAddress value.

Method Details

backendPort

public int backendPort()

Get the backendPort value.

Returns:

the backendPort value

frontendPort

public int frontendPort()

Get the frontendPort value.

Returns:

the frontendPort value

name

public String name()

Get the name value.

Returns:

the name value

protocol

public InboundEndpointProtocol protocol()

Get possible values include: 'tcp', 'udp'.

Returns:

the protocol value

publicFQDN

public String publicFQDN()

Get the publicFQDN value.

Returns:

the publicFQDN value

publicIPAddress

public String publicIPAddress()

Get the publicIPAddress value.

Returns:

the publicIPAddress value

withBackendPort

public InboundEndpoint withBackendPort(int backendPort)

Set the backendPort value.

Parameters:

backendPort - the backendPort value to set

Returns:

the InboundEndpoint object itself.

withFrontendPort

public InboundEndpoint withFrontendPort(int frontendPort)

Set the frontendPort value.

Parameters:

frontendPort - the frontendPort value to set

Returns:

the InboundEndpoint object itself.

withName

public InboundEndpoint withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the InboundEndpoint object itself.

withProtocol

public InboundEndpoint withProtocol(InboundEndpointProtocol protocol)

Set possible values include: 'tcp', 'udp'.

Parameters:

protocol - the protocol value to set

Returns:

the InboundEndpoint object itself.

withPublicFQDN

public InboundEndpoint withPublicFQDN(String publicFQDN)

Set the publicFQDN value.

Parameters:

publicFQDN - the publicFQDN value to set

Returns:

the InboundEndpoint object itself.

withPublicIPAddress

public InboundEndpoint withPublicIPAddress(String publicIPAddress)

Set the publicIPAddress value.

Parameters:

publicIPAddress - the publicIPAddress value to set

Returns:

the InboundEndpoint object itself.

Applies to