Class ClusterClusterConfigPreemptibleWorkerConfig
Inheritance
System.Object
ClusterClusterConfigPreemptibleWorkerConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Dataproc.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterClusterConfigPreemptibleWorkerConfig
Fields
View SourceDiskConfig
Disk Config
Declaration
public readonly ClusterClusterConfigPreemptibleWorkerConfigDiskConfig DiskConfig
Field Value
| Type | Description |
|---|---|
| ClusterClusterConfigPreemptibleWorkerConfigDiskConfig |
InstanceNames
Declaration
public readonly ImmutableArray<string> InstanceNames
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
NumInstances
Specifies the number of preemptible nodes to create. Defaults to 0.
Declaration
public readonly int? NumInstances
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |