ConnectionDetails Class

  • java.lang.Object
    • com.azure.resourcemanager.deviceupdate.models.ConnectionDetails

Implements

public final class ConnectionDetails
implements JsonSerializable<ConnectionDetails>

Private endpoint connection proxy object properties.

Constructor Summary

Constructor Description
ConnectionDetails()

Creates an instance of ConnectionDetails class.

Method Summary

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

Reads an instance of ConnectionDetails from the JsonReader.

String groupId()

Get the groupId property: Group ID.

String id()

Get the id property: Connection details ID.

String linkIdentifier()

Get the linkIdentifier property: Link ID.

String memberName()

Get the memberName property: Member name.

String privateIpAddress()

Get the privateIpAddress property: Private IP address.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

ConnectionDetails

public ConnectionDetails()

Creates an instance of ConnectionDetails class.

Method Details

fromJson

public static ConnectionDetails fromJson(JsonReader jsonReader)

Reads an instance of ConnectionDetails from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ConnectionDetails 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 ConnectionDetails.

groupId

public String groupId()

Get the groupId property: Group ID.

Returns:

the groupId value.

id

public String id()

Get the id property: Connection details ID.

Returns:

the id value.

linkIdentifier

public String linkIdentifier()

Get the linkIdentifier property: Link ID.

Returns:

the linkIdentifier value.

memberName

public String memberName()

Get the memberName property: Member name.

Returns:

the memberName value.

privateIpAddress

public String privateIpAddress()

Get the privateIpAddress property: Private IP address.

Returns:

the privateIpAddress value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to