ConnectionDetails Class
- java.
lang. Object - com.
azure. resourcemanager. deviceupdate. models. ConnectionDetails
- com.
public final class ConnectionDetails
Private endpoint connection proxy object properties.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| ConnectionDetails() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| 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 |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ConnectionDetails
public ConnectionDetails()
Method Details
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:
validate
public void validate()
Validates the instance.