Class HybridConnectionConfig

java.lang.Object
com.azure.resourcemanager.resourceconnector.models.HybridConnectionConfig

public final class HybridConnectionConfig extends Object
Contains the REP (rendezvous endpoint) and “Listener” access token from notification service (NS).
  • Constructor Details

    • HybridConnectionConfig

      public HybridConnectionConfig()
  • Method Details

    • expirationTime

      public Long expirationTime()
      Get the expirationTime property: Timestamp when this token will be expired.
      Returns:
      the expirationTime value.
    • hybridConnectionName

      public String hybridConnectionName()
      Get the hybridConnectionName property: Name of the connection.
      Returns:
      the hybridConnectionName value.
    • relay

      public String relay()
      Get the relay property: Name of the notification service.
      Returns:
      the relay value.
    • token

      public String token()
      Get the token property: Listener access token.
      Returns:
      the token value.
    • validate

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