OpenShiftManagedClusterAgentPoolProfileResponse

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

Defines the configuration of the OpenShift cluster VMs.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int

Number of agents (VMs) to host docker containers.

Link copied to clipboard

Unique name of the 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 role: String? = null

Define the role of the AgentPoolProfile.

Link copied to clipboard
val subnetCidr: String? = null

Subnet CIDR for the peering.

Link copied to clipboard

Size of agent VMs.