ClusterAccessProfileResponse

data class ClusterAccessProfileResponse(val enableInternalIngress: Boolean, val privateLinkServiceId: String)

Cluster access profile.

Constructors

Link copied to clipboard
constructor(enableInternalIngress: Boolean, privateLinkServiceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether to create cluster using private IP instead of public IP. This property must be set at create time.

Link copied to clipboard

Private link service resource ID. Only when enableInternalIngress is true, this property will be returned.