ComputeNodeEndpointConfiguration Class

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

public class ComputeNodeEndpointConfiguration

The endpoint configuration for the Compute Node.

Constructor Summary

Constructor Description
ComputeNodeEndpointConfiguration()

Method Summary

Modifier and Type Method and Description
List<InboundEndpoint> inboundEndpoints()

Get the inboundEndpoints value.

ComputeNodeEndpointConfiguration withInboundEndpoints(List<InboundEndpoint> inboundEndpoints)

Set the inboundEndpoints value.

Methods inherited from java.lang.Object

Constructor Details

ComputeNodeEndpointConfiguration

public ComputeNodeEndpointConfiguration()

Method Details

inboundEndpoints

public List inboundEndpoints()

Get the inboundEndpoints value.

Returns:

the inboundEndpoints value

withInboundEndpoints

public ComputeNodeEndpointConfiguration withInboundEndpoints(List inboundEndpoints)

Set the inboundEndpoints value.

Parameters:

inboundEndpoints - the inboundEndpoints value to set

Returns:

the ComputeNodeEndpointConfiguration object itself.

Applies to