Interface GatewayHostnameConfigurationContract


  • public interface GatewayHostnameConfigurationContract
    An immutable client-side representation of GatewayHostnameConfigurationContract.
    • Method Detail

      • id

        String id()
        Gets the id property: Fully qualified resource Id for the resource.
        Returns:
        the id value.
      • name

        String name()
        Gets the name property: The name of the resource.
        Returns:
        the name value.
      • type

        String type()
        Gets the type property: The type of the resource.
        Returns:
        the type value.
      • hostname

        String hostname()
        Gets the hostname property: Hostname value. Supports valid domain name, partial or full wildcard.
        Returns:
        the hostname value.
      • certificateId

        String certificateId()
        Gets the certificateId property: Identifier of Certificate entity that will be used for TLS connection establishment.
        Returns:
        the certificateId value.
      • negotiateClientCertificate

        Boolean negotiateClientCertificate()
        Gets the negotiateClientCertificate property: Determines whether gateway requests client certificate.
        Returns:
        the negotiateClientCertificate value.
      • tls10Enabled

        Boolean tls10Enabled()
        Gets the tls10Enabled property: Specifies if TLS 1.0 is supported.
        Returns:
        the tls10Enabled value.
      • tls11Enabled

        Boolean tls11Enabled()
        Gets the tls11Enabled property: Specifies if TLS 1.1 is supported.
        Returns:
        the tls11Enabled value.
      • http2Enabled

        Boolean http2Enabled()
        Gets the http2Enabled property: Specifies if HTTP/2.0 is supported.
        Returns:
        the http2Enabled value.
      • innerModel

        GatewayHostnameConfigurationContractInner innerModel()
        Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.GatewayHostnameConfigurationContractInner object.
        Returns:
        the inner object.
      • refresh

        GatewayHostnameConfigurationContract refresh​(com.azure.core.util.Context context)
        Refreshes the resource to sync with Azure.
        Parameters:
        context - The context to associate with this operation.
        Returns:
        the refreshed resource.