OpenShiftClusterArgs

constructor(apiserverProfile: Output<APIServerProfileArgs>? = null, clusterProfile: Output<ClusterProfileArgs>? = null, ingressProfiles: Output<List<IngressProfileArgs>>? = null, location: Output<String>? = null, masterProfile: Output<MasterProfileArgs>? = null, networkProfile: Output<NetworkProfileArgs>? = null, provisioningState: Output<Either<String, ProvisioningState>>? = null, resourceGroupName: Output<String>? = null, resourceName: Output<String>? = null, servicePrincipalProfile: Output<ServicePrincipalProfileArgs>? = null, tags: Output<Map<String, String>>? = null, workerProfiles: Output<List<WorkerProfileArgs>>? = null)