Class PrivateLinkServiceConnectionStatePropertyAutoGenerated
- java.lang.Object
-
- com.azure.resourcemanager.sql.models.PrivateLinkServiceConnectionStatePropertyAutoGenerated
-
public final class PrivateLinkServiceConnectionStatePropertyAutoGenerated extends Object
The PrivateLinkServiceConnectionStatePropertyAutoGenerated model.
-
-
Constructor Summary
Constructors Constructor Description PrivateLinkServiceConnectionStatePropertyAutoGenerated()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrivateLinkServiceConnectionStateActionsRequireactionsRequired()Get the actionsRequired property: The actions required for private link service connection.Stringdescription()Get the description property: The private link service connection description.PrivateLinkServiceConnectionStateStatusstatus()Get the status property: The private link service connection status.voidvalidate()Validates the instance.PrivateLinkServiceConnectionStatePropertyAutoGeneratedwithDescription(String description)Set the description property: The private link service connection description.PrivateLinkServiceConnectionStatePropertyAutoGeneratedwithStatus(PrivateLinkServiceConnectionStateStatus status)Set the status property: The private link service connection status.
-
-
-
Method Detail
-
status
public PrivateLinkServiceConnectionStateStatus status()
Get the status property: The private link service connection status.- Returns:
- the status value.
-
withStatus
public PrivateLinkServiceConnectionStatePropertyAutoGenerated withStatus(PrivateLinkServiceConnectionStateStatus status)
Set the status property: The private link service connection status.- Parameters:
status- the status value to set.- Returns:
- the PrivateLinkServiceConnectionStatePropertyAutoGenerated object itself.
-
description
public String description()
Get the description property: The private link service connection description.- Returns:
- the description value.
-
withDescription
public PrivateLinkServiceConnectionStatePropertyAutoGenerated withDescription(String description)
Set the description property: The private link service connection description.- Parameters:
description- the description value to set.- Returns:
- the PrivateLinkServiceConnectionStatePropertyAutoGenerated object itself.
-
actionsRequired
public PrivateLinkServiceConnectionStateActionsRequire actionsRequired()
Get the actionsRequired property: The actions required for private link service connection.- Returns:
- the actionsRequired value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-