Open Shift Managed Cluster Agent Pool Profile Args
data class OpenShiftManagedClusterAgentPoolProfileArgs(val count: Output<Int>, val name: Output<String>, val osType: Output<Either<String, OSType>>? = null, val role: Output<Either<String, OpenShiftAgentPoolProfileRole>>? = null, val subnetCidr: Output<String>? = null, val vmSize: Output<Either<String, OpenShiftContainerServiceVMSize>>) : ConvertibleToJava<OpenShiftManagedClusterAgentPoolProfileArgs>
Defines the configuration of the OpenShift cluster VMs.
Constructors
Link copied to clipboard
constructor(count: Output<Int>, name: Output<String>, osType: Output<Either<String, OSType>>? = null, role: Output<Either<String, OpenShiftAgentPoolProfileRole>>? = null, subnetCidr: Output<String>? = null, vmSize: Output<Either<String, OpenShiftContainerServiceVMSize>>)