OpenShiftManagedClusterMasterPoolProfileResponse

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

OpenShiftManagedClusterMaterPoolProfile contains configuration for OpenShift master VMs.

Constructors

constructor(count: Int, name: String? = null, osType: String? = null, subnetCidr: String? = null, vmSize: String)

Types

Link copied to clipboard
object Companion

Properties

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 name: String? = null

Unique name of the master pool profile in the context of the subscription and resource group.

Link copied to clipboard
val osType: String? = null

OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux.

Link copied to clipboard
val subnetCidr: String? = null

Subnet CIDR for the peering.

Link copied to clipboard

Size of agent VMs.