Share via


BatchNodeEndpointConfiguration Class

  • java.lang.Object
    • com.azure.compute.batch.models.BatchNodeEndpointConfiguration

Implements

public final class BatchNodeEndpointConfiguration
implements JsonSerializable<BatchNodeEndpointConfiguration>

The endpoint configuration for the Compute Node.

Method Summary

Modifier and Type Method and Description
static BatchNodeEndpointConfiguration fromJson(JsonReader jsonReader)

Reads an instance of BatchNodeEndpointConfiguration from the JsonReader.

List<InboundEndpoint> getInboundEndpoints()

Get the inboundEndpoints property: The list of inbound endpoints that are accessible on the Compute Node.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

fromJson

public static BatchNodeEndpointConfiguration fromJson(JsonReader jsonReader)

Reads an instance of BatchNodeEndpointConfiguration from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of BatchNodeEndpointConfiguration if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

getInboundEndpoints

public List<InboundEndpoint> getInboundEndpoints()

Get the inboundEndpoints property: The list of inbound endpoints that are accessible on the Compute Node.

Returns:

the inboundEndpoints value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to