ClusterPublicAccess

data class ClusterPublicAccess(val type: String? = null)

Constructors

Link copied to clipboard
constructor(type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val type: String? = null

DISABLED means that public access is turned off. SERVICE_PROVIDED_EIPS means that public access is turned on.