InferenceClusterSsl

data class InferenceClusterSsl(val cert: String? = null, val cname: String? = null, val key: String? = null, val leafDomainLabel: String? = null, val overwriteExistingDomain: Boolean? = null)

Constructors

Link copied to clipboard
constructor(cert: String? = null, cname: String? = null, key: String? = null, leafDomainLabel: String? = null, overwriteExistingDomain: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cert: 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: 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: 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: 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

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 "".