Open Shift Managed Cluster Master Pool Profile Args
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
Link copied to clipboard
constructor(apiProperties: Output<OpenShiftAPIPropertiesArgs>? = null, count: Output<Int>, subnetCidr: Output<String>? = null, vmSize: Output<Either<String, OpenShiftContainerServiceVMSize>>)