Class ClusterClusterConfigPreemptibleWorkerConfigArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterClusterConfigPreemptibleWorkerConfigArgs : ResourceArgs
Constructors
View SourceClusterClusterConfigPreemptibleWorkerConfigArgs()
Declaration
public ClusterClusterConfigPreemptibleWorkerConfigArgs()
Properties
View SourceDiskConfig
Disk Config
Declaration
public Input<ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs> DiskConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs> |
InstanceNames
Declaration
public InputList<string> InstanceNames { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
NumInstances
Specifies the number of preemptible nodes to create. Defaults to 0.
Declaration
public Input<int> NumInstances { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |