PrivateLinkServiceConnectionState Class

  • java.lang.Object
    • com.microsoft.azure.management.network.PrivateLinkServiceConnectionState

public class PrivateLinkServiceConnectionState

A collection of information about the state of the connection between service consumer and provider.

Constructor Summary

Constructor Description
PrivateLinkServiceConnectionState()

Method Summary

Modifier and Type Method and Description
java.lang.String actionsRequired()

Get a message indicating if changes on the service provider require any updates on the consumer.

java.lang.String description()

Get the reason for approval/rejection of the connection.

java.lang.String status()

Get indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.

PrivateLinkServiceConnectionState withActionsRequired(String actionsRequired)

Set a message indicating if changes on the service provider require any updates on the consumer.

PrivateLinkServiceConnectionState withDescription(String description)

Set the reason for approval/rejection of the connection.

PrivateLinkServiceConnectionState withStatus(String status)

Set indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

PrivateLinkServiceConnectionState

public PrivateLinkServiceConnectionState()

Method Details

actionsRequired

public String actionsRequired()

Get a message indicating if changes on the service provider require any updates on the consumer.

Returns:

the actionsRequired value

description

public String description()

Get the reason for approval/rejection of the connection.

Returns:

the description value

status

public String status()

Get indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.

Returns:

the status value

withActionsRequired

public PrivateLinkServiceConnectionState withActionsRequired(String actionsRequired)

Set a message indicating if changes on the service provider require any updates on the consumer.

Parameters:

actionsRequired - the actionsRequired value to set

Returns:

the PrivateLinkServiceConnectionState object itself.

withDescription

public PrivateLinkServiceConnectionState withDescription(String description)

Set the reason for approval/rejection of the connection.

Parameters:

description - the description value to set

Returns:

the PrivateLinkServiceConnectionState object itself.

withStatus

public PrivateLinkServiceConnectionState withStatus(String status)

Set indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.

Parameters:

status - the status value to set

Returns:

the PrivateLinkServiceConnectionState object itself.

Applies to