BindingArgs

data class BindingArgs(val cert: Output<CertArgs>? = null, val hostName: Output<String>? = null, val ipAddress: Output<String>? = null, val port: Output<String>? = null, val portMapping: Output<PortMappingArgs>? = null, val protocol: Output<String>? = null) : ConvertibleToJava<BindingArgs>

Binding for a web application.

Constructors

Link copied to clipboard
constructor(cert: Output<CertArgs>? = null, hostName: Output<String>? = null, ipAddress: Output<String>? = null, port: Output<String>? = null, portMapping: Output<PortMappingArgs>? = null, protocol: Output<String>? = null)

Properties

Link copied to clipboard
val cert: Output<CertArgs>? = null

WebApplication certificate.

Link copied to clipboard
val hostName: Output<String>? = null

Gets or sets the binding host name.

Link copied to clipboard
val ipAddress: Output<String>? = null

Gets or sets the IP Address.

Link copied to clipboard
val port: Output<String>? = null

Gets or sets the application port.

Link copied to clipboard
val portMapping: Output<PortMappingArgs>? = null

WebApplication port mapping.

Link copied to clipboard
val protocol: Output<String>? = null

Gets or sets the protocol.

Functions

Link copied to clipboard
open override fun toJava(): BindingArgs