SslCertArgs

data class SslCertArgs(val commonName: Output<String>? = null, val instance: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<SslCertArgs>

Creates an SSL certificate and returns it along with the private key and server certificate authority. The new certificate will not be usable until the instance is restarted. Auto-naming is currently not supported for this resource.

Constructors

Link copied to clipboard
constructor(commonName: Output<String>? = null, instance: Output<String>? = null, project: Output<String>? = null)

Properties

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

User supplied name. Must be a distinct name from the other certificates for this instance.

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

Functions

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