Class ConnectionDetail

java.lang.Object
com.azure.resourcemanager.hybridcompute.models.ConnectionDetail

public final class ConnectionDetail extends Object
The ConnectionDetail model.
  • Constructor Details

    • ConnectionDetail

      public ConnectionDetail()
      Creates an instance of ConnectionDetail class.
  • Method Details

    • id

      public String id()
      Get the id property: Azure resource Id.
      Returns:
      the id value.
    • privateIpAddress

      public String privateIpAddress()
      Get the privateIpAddress property: The private endpoint connection private ip address.
      Returns:
      the privateIpAddress value.
    • linkIdentifier

      public String linkIdentifier()
      Get the linkIdentifier property: The private endpoint connection link identifier.
      Returns:
      the linkIdentifier value.
    • groupId

      public String groupId()
      Get the groupId property: The private endpoint connection group id.
      Returns:
      the groupId value.
    • memberName

      public String memberName()
      Get the memberName property: The private endpoint connection member name.
      Returns:
      the memberName value.
    • validate

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