Class ConnectionDetail

java.lang.Object
com.azure.resourcemanager.hybridcompute.models.ConnectionDetail
All Implemented Interfaces:
com.azure.json.JsonSerializable<ConnectionDetail>

public final class ConnectionDetail extends Object implements com.azure.json.JsonSerializable<ConnectionDetail>
The ConnectionDetail model.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates an instance of ConnectionDetail class.
  • Method Summary

    Modifier and Type
    Method
    Description
    fromJson(com.azure.json.JsonReader jsonReader)
    Reads an instance of ConnectionDetail from the JsonReader.
    Get the groupId property: The private endpoint connection group id.
    id()
    Get the id property: Azure resource Id.
    Get the linkIdentifier property: The private endpoint connection link identifier.
    Get the memberName property: The private endpoint connection member name.
    Get the privateIpAddress property: The private endpoint connection private ip address.
    com.azure.json.JsonWriter
    toJson(com.azure.json.JsonWriter jsonWriter)
    void
    Validates the instance.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.azure.json.JsonSerializable

    toJson, toJson, toJsonBytes, toJsonString
  • 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.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<ConnectionDetail>
      Throws:
      IOException
    • fromJson

      public static ConnectionDetail fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of ConnectionDetail from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of ConnectionDetail 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 ConnectionDetail.