public final class PrivateLinkConnectionState extends Object
| Constructor and Description |
|---|
PrivateLinkConnectionState() |
| Modifier and Type | Method and Description |
|---|---|
String |
actionsRequired()
Get the actionsRequired property: ActionsRequired for a private link connection.
|
String |
description()
Get the description property: Description of a private link connection.
|
String |
status()
Get the status property: Status of a private link connection.
|
void |
validate()
Validates the instance.
|
PrivateLinkConnectionState |
withActionsRequired(String actionsRequired)
Set the actionsRequired property: ActionsRequired for a private link connection.
|
PrivateLinkConnectionState |
withDescription(String description)
Set the description property: Description of a private link connection.
|
PrivateLinkConnectionState |
withStatus(String status)
Set the status property: Status of a private link connection.
|
public String status()
public PrivateLinkConnectionState withStatus(String status)
status - the status value to set.public String description()
public PrivateLinkConnectionState withDescription(String description)
description - the description value to set.public String actionsRequired()
public PrivateLinkConnectionState withActionsRequired(String actionsRequired)
actionsRequired - the actionsRequired value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.