ComputeNodeEndpointConfiguration Class
- java.
lang. Object - com.
microsoft. azure. batch. protocol. models. ComputeNodeEndpointConfiguration
- com.
public class ComputeNodeEndpointConfiguration
The endpoint configuration for the compute node.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Inbound |
inboundEndpoints()
Get the inboundEndpoints value. |
Compute |
withInboundEndpoints(List<InboundEndpoint> inboundEndpoints)
Set the inboundEndpoints value. |
Method Details
inboundEndpoints
public List
Get the inboundEndpoints value.
Returns:
withInboundEndpoints
public ComputeNodeEndpointConfiguration withInboundEndpoints(List
Set the inboundEndpoints value.
Parameters:
Returns: