Interface GatewayHostnameConfigurationContract
public interface GatewayHostnameConfigurationContract
An immutable client-side representation of GatewayHostnameConfigurationContract.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the GatewayHostnameConfigurationContract definition.static interfaceThe GatewayHostnameConfigurationContract definition stages.static interfaceThe template for GatewayHostnameConfigurationContract update.static interfaceThe GatewayHostnameConfigurationContract update stages. -
Method Summary
Modifier and TypeMethodDescriptionGets the certificateId property: Identifier of Certificate entity that will be used for TLS connection establishment.hostname()Gets the hostname property: Hostname value.Gets the http2Enabled property: Specifies if HTTP/2.0 is supported.id()Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.GatewayHostnameConfigurationContractInner object.name()Gets the name property: The name of the resource.Gets the negotiateClientCertificate property: Determines whether gateway requests client certificate.refresh()Refreshes the resource to sync with Azure.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Gets the name of the resource group.Gets the tls10Enabled property: Specifies if TLS 1.0 is supported.Gets the tls11Enabled property: Specifies if TLS 1.1 is supported.type()Gets the type property: The type of the resource.update()Begins update for the GatewayHostnameConfigurationContract resource.
-
Method Details
-
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.
-
resourceGroupName
String resourceGroupName()Gets the name of the resource group.- Returns:
- the name of the resource group.
-
innerModel
GatewayHostnameConfigurationContractInner innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.GatewayHostnameConfigurationContractInner object.- Returns:
- the inner object.
-
update
Begins update for the GatewayHostnameConfigurationContract resource.- Returns:
- the stage of resource update.
-
refresh
GatewayHostnameConfigurationContract refresh()Refreshes the resource to sync with Azure.- Returns:
- the refreshed resource.
-
refresh
Refreshes the resource to sync with Azure.- Parameters:
context- The context to associate with this operation.- Returns:
- the refreshed resource.
-