public final class PrivateLinkServiceConnectionState extends Object
| Constructor and Description |
|---|
PrivateLinkServiceConnectionState() |
| Modifier and Type | Method and Description |
|---|---|
String |
actionsRequired()
Get the actionsRequired property: A message indicating if changes on the service provider require any updates on
the consumer.
|
String |
description()
Get the description property: The reason for approval/rejection of the connection.
|
String |
status()
Get the status property: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the
service.
|
void |
validate()
Validates the instance.
|
PrivateLinkServiceConnectionState |
withActionsRequired(String actionsRequired)
Set the actionsRequired property: A message indicating if changes on the service provider require any updates on
the consumer.
|
PrivateLinkServiceConnectionState |
withDescription(String description)
Set the description property: The reason for approval/rejection of the connection.
|
PrivateLinkServiceConnectionState |
withStatus(String status)
Set the status property: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the
service.
|
public String status()
public PrivateLinkServiceConnectionState withStatus(String status)
status - the status value to set.public String description()
public PrivateLinkServiceConnectionState withDescription(String description)
description - the description value to set.public String actionsRequired()
public PrivateLinkServiceConnectionState withActionsRequired(String actionsRequired)
actionsRequired - the actionsRequired value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.