Class PrivateLinkConnectionState


  • public final class PrivateLinkConnectionState
    extends Object
    A collection of read-only information about the state of the connection to the private remote resource.
    • Constructor Detail

      • PrivateLinkConnectionState

        public PrivateLinkConnectionState()
    • Method Detail

      • status

        public String status()
        Get the status property: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the remote resource/service.
        Returns:
        the status value.
      • description

        public String description()
        Get the description property: The reason for approval/rejection of the connection.
        Returns:
        the description value.
      • actionsRequired

        public String actionsRequired()
        Get the actionsRequired property: A message indicating if changes on the service provider require any updates on the consumer.
        Returns:
        the actionsRequired value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.