ConnectionDetails Class
- java.
lang. Object - com.
azure. resourcemanager. deviceupdate. models. ConnectionDetails
- com.
Implements
public final class ConnectionDetails
implements JsonSerializable<ConnectionDetails>
Private endpoint connection proxy object properties.
Constructor Summary
| Constructor | Description |
|---|---|
| ConnectionDetails() |
Creates an instance of Connection |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Connection |
fromJson(JsonReader jsonReader)
Reads an instance of Connection |
| String |
groupId()
Get the group |
| String |
id()
Get the id property: Connection details ID. |
| String |
linkIdentifier()
Get the link |
| String |
memberName()
Get the member |
| String |
privateIpAddress()
Get the private |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ConnectionDetails
public ConnectionDetails()
Creates an instance of ConnectionDetails class.
Method Details
fromJson
public static ConnectionDetails fromJson(JsonReader jsonReader)
Reads an instance of ConnectionDetails from the JsonReader.
Parameters:
Returns:
Throws:
groupId
public String groupId()
Get the groupId property: Group ID.
Returns:
id
public String id()
Get the id property: Connection details ID.
Returns:
linkIdentifier
public String linkIdentifier()
Get the linkIdentifier property: Link ID.
Returns:
memberName
public String memberName()
Get the memberName property: Member name.
Returns:
privateIpAddress
public String privateIpAddress()
Get the privateIpAddress property: Private IP address.
Returns:
toJson
validate
public void validate()
Validates the instance.