Class ServerPrivateLinkServiceConnectionStateProperty

java.lang.Object
com.azure.resourcemanager.mariadb.models.ServerPrivateLinkServiceConnectionStateProperty

public final class ServerPrivateLinkServiceConnectionStateProperty extends Object
The ServerPrivateLinkServiceConnectionStateProperty model.
  • Constructor Details

    • ServerPrivateLinkServiceConnectionStateProperty

      public ServerPrivateLinkServiceConnectionStateProperty()
      Creates an instance of ServerPrivateLinkServiceConnectionStateProperty class.
  • Method Details

    • status

      Get the status property: The private link service connection status.
      Returns:
      the status value.
    • withStatus

      Set the status property: The private link service connection status.
      Parameters:
      status - the status value to set.
      Returns:
      the ServerPrivateLinkServiceConnectionStateProperty object itself.
    • description

      public String description()
      Get the description property: The private link service connection description.
      Returns:
      the description value.
    • withDescription

      public ServerPrivateLinkServiceConnectionStateProperty withDescription(String description)
      Set the description property: The private link service connection description.
      Parameters:
      description - the description value to set.
      Returns:
      the ServerPrivateLinkServiceConnectionStateProperty object itself.
    • 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.