Class ComputeNodeEndpointConfiguration


  • public class ComputeNodeEndpointConfiguration
    extends Object
    The endpoint configuration for the Compute Node.
    • Constructor Detail

      • ComputeNodeEndpointConfiguration

        public ComputeNodeEndpointConfiguration()
    • Method Detail

      • inboundEndpoints

        public List<InboundEndpoint> inboundEndpoints()
        Get the inboundEndpoints value.
        Returns:
        the inboundEndpoints value
      • withInboundEndpoints

        public ComputeNodeEndpointConfiguration withInboundEndpoints​(List<InboundEndpoint> inboundEndpoints)
        Set the inboundEndpoints value.
        Parameters:
        inboundEndpoints - the inboundEndpoints value to set
        Returns:
        the ComputeNodeEndpointConfiguration object itself.