Open Shift Managed Cluster Master Pool Profile Args
data class OpenShiftManagedClusterMasterPoolProfileArgs(val count: Output<Int>, val name: Output<String>? = null, val osType: Output<Either<String, OSType>>? = null, val subnetCidr: Output<String>? = null, val vmSize: Output<Either<String, OpenShiftContainerServiceVMSize>>) : ConvertibleToJava<OpenShiftManagedClusterMasterPoolProfileArgs>
OpenShiftManagedClusterMaterPoolProfile contains configuration for OpenShift master VMs.