Class PrivateLinkServiceConnectionState


  • public final class PrivateLinkServiceConnectionState
    extends Object
    Connection state details of the private endpoint.
    • Constructor Detail

      • PrivateLinkServiceConnectionState

        public PrivateLinkServiceConnectionState()
    • Method Detail

      • getStatus

        public String getStatus()
        Get the status property: The private link service connection status.
        Returns:
        the status value.
      • setStatus

        public PrivateLinkServiceConnectionState setStatus​(String status)
        Set the status property: The private link service connection status.
        Parameters:
        status - the status value to set.
        Returns:
        the PrivateLinkServiceConnectionState object itself.
      • getDescription

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

        public PrivateLinkServiceConnectionState setDescription​(String description)
        Set the description property: The private link service connection description.
        Parameters:
        description - the description value to set.
        Returns:
        the PrivateLinkServiceConnectionState object itself.
      • getActionsRequired

        public String getActionsRequired()
        Get the actionsRequired property: The actions required for private link service connection.
        Returns:
        the actionsRequired value.