PrivateLinkServiceConnectionStateProperty Class

  • java.lang.Object
    • com.microsoft.azure.management.cosmosdb.PrivateLinkServiceConnectionStateProperty

public class PrivateLinkServiceConnectionStateProperty

Connection State of the Private Endpoint Connection.

Constructor Summary

Constructor Description
PrivateLinkServiceConnectionStateProperty()

Method Summary

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

Get any action that is required beyond basic workflow (approve/ reject/ disconnect).

java.lang.String description()

Get the private link service connection description.

java.lang.String status()

Get the private link service connection status.

PrivateLinkServiceConnectionStateProperty withDescription(String description)

Set the private link service connection description.

PrivateLinkServiceConnectionStateProperty withStatus(String status)

Set the private link service connection status.

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

PrivateLinkServiceConnectionStateProperty

public PrivateLinkServiceConnectionStateProperty()

Method Details

actionsRequired

public String actionsRequired()

Get any action that is required beyond basic workflow (approve/ reject/ disconnect).

Returns:

the actionsRequired value

description

public String description()

Get the private link service connection description.

Returns:

the description value

status

public String status()

Get the private link service connection status.

Returns:

the status value

withDescription

public PrivateLinkServiceConnectionStateProperty withDescription(String description)

Set the private link service connection description.

Parameters:

description - the description value to set

Returns:

the PrivateLinkServiceConnectionStateProperty object itself.

withStatus

public PrivateLinkServiceConnectionStateProperty withStatus(String status)

Set the private link service connection status.

Parameters:

status - the status value to set

Returns:

the PrivateLinkServiceConnectionStateProperty object itself.

Applies to