ContainerPublicDomainName

data class ContainerPublicDomainName(val certificateName: String? = null, val domainNames: List<String>? = null)

The public domain name to use with the container service, such as example.com and www.example.com.

Constructors

Link copied to clipboard
constructor(certificateName: String? = null, domainNames: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val certificateName: String? = null

The name of the certificate for the public domains.

Link copied to clipboard
val domainNames: List<String>? = null

An object that describes the configuration for the containers of the deployment.