LoadBalancerDomain

data class LoadBalancerDomain(val certificateId: String? = null, val certificateName: String? = null, val isManaged: Boolean? = null, val name: String, val sslValidationErrorReasons: List<String>? = null, val verificationErrorReasons: List<String>? = null)

Constructors

Link copied to clipboard
constructor(certificateId: String? = null, certificateName: String? = null, isManaged: Boolean? = null, name: String, sslValidationErrorReasons: List<String>? = null, verificationErrorReasons: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val certificateId: String? = null

The certificate id associated with the domain used for TLS handshaking.

Link copied to clipboard
val certificateName: String? = null

The certificate name to be used for TLS handshaking.

Link copied to clipboard
val isManaged: Boolean? = null

Control flag to specify whether the domain is managed by DigitalOcean.

Link copied to clipboard

The domain name to be used for ingressing traffic to a Global Load Balancer.

Link copied to clipboard

list of domain SSL validation errors

Link copied to clipboard

list of domain verification errors