Show / Hide Table of Contents

Class ClusterClusterConfigPreemptibleWorkerConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterClusterConfigPreemptibleWorkerConfigArgs
Inherited Members
ResourceArgs.Empty
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 Source

ClusterClusterConfigPreemptibleWorkerConfigArgs()

Declaration
public ClusterClusterConfigPreemptibleWorkerConfigArgs()

Properties

View Source

DiskConfig

Disk Config

Declaration
public Input<ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs> DiskConfig { get; set; }
Property Value
Type Description
Input<ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs>
View Source

InstanceNames

Declaration
public InputList<string> InstanceNames { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.