BindingResponse

data class BindingResponse(val cert: CertResponse? = null, val hostName: String? = null, val id: String, val ipAddress: String? = null, val port: String? = null, val portMapping: PortMappingResponse? = null, val protocol: String? = null)

Binding for a web application.

Constructors

Link copied to clipboard
constructor(cert: CertResponse? = null, hostName: String? = null, id: String, ipAddress: String? = null, port: String? = null, portMapping: PortMappingResponse? = null, protocol: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cert: CertResponse? = null

WebApplication certificate.

Link copied to clipboard
val hostName: String? = null

Gets or sets the binding host name.

Link copied to clipboard
val id: String

Gets the ID.

Link copied to clipboard
val ipAddress: String? = null

Gets or sets the IP Address.

Link copied to clipboard
val port: String? = null

Gets or sets the application port.

Link copied to clipboard

WebApplication port mapping.

Link copied to clipboard
val protocol: String? = null

Gets or sets the protocol.