Show / Hide Table of Contents

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 Source

DiskConfig

Disk Config

Declaration
public readonly ClusterClusterConfigPreemptibleWorkerConfigDiskConfig DiskConfig
Field Value
Type Description
ClusterClusterConfigPreemptibleWorkerConfigDiskConfig
View Source

InstanceNames

Declaration
public readonly ImmutableArray<string> InstanceNames
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

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