Class ClusterClusterConfigMasterConfigGetArgs
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 ClusterClusterConfigMasterConfigGetArgs : ResourceArgs
Constructors
View SourceClusterClusterConfigMasterConfigGetArgs()
Declaration
public ClusterClusterConfigMasterConfigGetArgs()
Properties
View SourceAccelerators
The Compute Engine accelerator configuration for these instances. Can be specified multiple times.
Declaration
public InputList<ClusterClusterConfigMasterConfigAcceleratorGetArgs> Accelerators { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ClusterClusterConfigMasterConfigAcceleratorGetArgs> |
DiskConfig
Disk Config
Declaration
public Input<ClusterClusterConfigMasterConfigDiskConfigGetArgs> DiskConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterClusterConfigMasterConfigDiskConfigGetArgs> |
ImageUri
The URI for the image to use for this worker. See the guide for more information.
Declaration
public Input<string> ImageUri { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
InstanceNames
Declaration
public InputList<string> InstanceNames { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
MachineType
The name of a Google Compute Engine machine type
to create for the worker nodes. If not specified, GCP will default to a predetermined
computed value (currently n1-standard-4).
Declaration
public Input<string> MachineType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MinCpuPlatform
The name of a minimum generation of CPU family for the master. If not specified, GCP will default to a predetermined computed value for each zone. See the guide for details about which CPU families are available (and defaulted) for each zone.
Declaration
public Input<string> MinCpuPlatform { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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> |