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.
Constructors
Link copied to clipboard
fun OpenShiftManagedClusterMasterPoolProfileArgs(count: Output<Int>, name: Output<String>? = null, osType: Output<Either<String, OSType>>? = null, subnetCidr: Output<String>? = null, vmSize: Output<Either<String, OpenShiftContainerServiceVMSize>>)