InferenceClusterSslArgs

data class InferenceClusterSslArgs(val cert: Output<String>? = null, val cname: Output<String>? = null, val key: Output<String>? = null, val leafDomainLabel: Output<String>? = null, val overwriteExistingDomain: Output<Boolean>? = null) : ConvertibleToJava<InferenceClusterSslArgs>

Constructors

Link copied to clipboard
fun InferenceClusterSslArgs(cert: Output<String>? = null, cname: Output<String>? = null, key: Output<String>? = null, leafDomainLabel: Output<String>? = null, overwriteExistingDomain: Output<Boolean>? = null)

Functions

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

Properties

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

The certificate for the SSL configuration.Conflicts with ssl.0.leaf_domain_label,ssl.0.overwrite_existing_domain. Changing this forces a new Machine Learning Inference Cluster to be created. Defaults to "".

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

The cname of the SSL configuration.Conflicts with ssl.0.leaf_domain_label,ssl.0.overwrite_existing_domain. Changing this forces a new Machine Learning Inference Cluster to be created. Defaults to "".

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

The key content for the SSL configuration.Conflicts with ssl.0.leaf_domain_label,ssl.0.overwrite_existing_domain. Changing this forces a new Machine Learning Inference Cluster to be created. Defaults to "".

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

The leaf domain label for the SSL configuration. Conflicts with ssl.0.cert,ssl.0.key,ssl.0.cname. Changing this forces a new Machine Learning Inference Cluster to be created. Defaults to "".

Link copied to clipboard
val overwriteExistingDomain: Output<Boolean>? = null

Whether or not to overwrite existing leaf domain. Conflicts with ssl.0.cert,ssl.0.key,ssl.0.cname Changing this forces a new Machine Learning Inference Cluster to be created. Defaults to "".