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 -
Method Summary
Modifier and TypeMethodDescriptionstatic ConnectionDetailfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectionDetail from the JsonReader.groupId()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.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
Get the id property: Azure resource Id.- Returns:
- the id value.
-
privateIpAddress
Get the privateIpAddress property: The private endpoint connection private ip address.- Returns:
- the privateIpAddress value.
-
linkIdentifier
Get the linkIdentifier property: The private endpoint connection link identifier.- Returns:
- the linkIdentifier value.
-
groupId
Get the groupId property: The private endpoint connection group id.- Returns:
- the groupId value.
-
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
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<ConnectionDetail>- Throws:
IOException
-
fromJson
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.
-