IntegrationRuntimeNodeIpAddressInner Class

  • java.lang.Object
    • com.azure.resourcemanager.synapse.fluent.models.IntegrationRuntimeNodeIpAddressInner

Implements

public final class IntegrationRuntimeNodeIpAddressInner
implements JsonSerializable<IntegrationRuntimeNodeIpAddressInner>

The IP address of self-hosted integration runtime node.

Constructor Summary

Constructor Description
IntegrationRuntimeNodeIpAddressInner()

Creates an instance of IntegrationRuntimeNodeIpAddressInner class.

Method Summary

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

Reads an instance of IntegrationRuntimeNodeIpAddressInner from the JsonReader.

String ipAddress()

Get the ipAddress property: The IP address of self-hosted integration runtime node.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

IntegrationRuntimeNodeIpAddressInner

public IntegrationRuntimeNodeIpAddressInner()

Creates an instance of IntegrationRuntimeNodeIpAddressInner class.

Method Details

fromJson

public static IntegrationRuntimeNodeIpAddressInner fromJson(JsonReader jsonReader)

Reads an instance of IntegrationRuntimeNodeIpAddressInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If an error occurs while reading the IntegrationRuntimeNodeIpAddressInner.

ipAddress

public String ipAddress()

Get the ipAddress property: The IP address of self-hosted integration runtime node.

Returns:

the ipAddress value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to