OpenShiftManagedClusterMasterPoolProfileResponse

data class OpenShiftManagedClusterMasterPoolProfileResponse(val apiProperties: OpenShiftAPIPropertiesResponse? = null, val count: Int, val subnetCidr: String? = null, val vmSize: String)

OpenShiftManagedClusterMaterPoolProfile contains configuration for OpenShift master VMs.

Constructors

constructor(apiProperties: OpenShiftAPIPropertiesResponse? = null, count: Int, subnetCidr: String? = null, vmSize: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Defines further properties on the API.

Link copied to clipboard
val count: Int

Number of masters (VMs) to host docker containers. The default value is 3.

Link copied to clipboard
val subnetCidr: String? = null

Subnet CIDR for the peering.

Link copied to clipboard

Size of agent VMs.