OpenShiftManagedClusterMasterPoolProfileArgs

data class OpenShiftManagedClusterMasterPoolProfileArgs(val apiProperties: Output<OpenShiftAPIPropertiesArgs>? = null, val count: Output<Int>, val subnetCidr: Output<String>? = null, val vmSize: Output<Either<String, OpenShiftContainerServiceVMSize>>) : ConvertibleToJava<OpenShiftManagedClusterMasterPoolProfileArgs>

OpenShiftManagedClusterMaterPoolProfile contains configuration for OpenShift master VMs.

Constructors

constructor(apiProperties: Output<OpenShiftAPIPropertiesArgs>? = null, count: Output<Int>, subnetCidr: Output<String>? = null, vmSize: Output<Either<String, OpenShiftContainerServiceVMSize>>)

Properties

Link copied to clipboard

Defines further properties on the API.

Link copied to clipboard
val count: Output<Int>

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

Link copied to clipboard
val subnetCidr: Output<String>? = null

Subnet CIDR for the peering.

Link copied to clipboard

Size of agent VMs.

Functions

Link copied to clipboard
open override fun toJava(): OpenShiftManagedClusterMasterPoolProfileArgs