ConnectionDetails Class

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

public final class ConnectionDetails

Private endpoint connection proxy object properties.

Constructor Summary

Constructor Description
ConnectionDetails()

Method Summary

Modifier and Type Method and Description
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.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

ConnectionDetails

public ConnectionDetails()

Method Details

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.

validate

public void validate()

Validates the instance.

Applies to