Class ConnectionDetails

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

public final class ConnectionDetails extends Object
Private endpoint connection proxy object properties.
  • Constructor Details

    • ConnectionDetails

      public ConnectionDetails()
  • Method Details

    • id

      public String id()
      Get the id property: Connection details ID.
      Returns:
      the id value.
    • privateIpAddress

      public String privateIpAddress()
      Get the privateIpAddress property: Private IP address.
      Returns:
      the privateIpAddress value.
    • linkIdentifier

      public String linkIdentifier()
      Get the linkIdentifier property: Link ID.
      Returns:
      the linkIdentifier value.
    • groupId

      public String groupId()
      Get the groupId property: Group ID.
      Returns:
      the groupId value.
    • memberName

      public String memberName()
      Get the memberName property: Member name.
      Returns:
      the memberName value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.