DomainCertInfoArgs

data class DomainCertInfoArgs(val certName: Output<String>? = null, val certType: Output<String>? = null, val sslPri: Output<String>? = null, val sslProtocol: Output<String>? = null, val sslPub: Output<String>? = null) : ConvertibleToJava<DomainCertInfoArgs>

Constructors

Link copied to clipboard
constructor(certName: Output<String>? = null, certType: Output<String>? = null, sslPri: Output<String>? = null, sslProtocol: Output<String>? = null, sslPub: Output<String>? = null)

Properties

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

If You Enable HTTPS Here Certificate Name.

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

Certificate Type. Value Range:

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

Private Key. Do Not Enable Certificate without Entering a User Name and Configure Certificates Enter Private Key.

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

Whether to Enable SSL Certificate. Valid Values: on, off. Valid values: on, off.

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

If You Enable HTTPS Here Key.

Functions

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