Show / Hide Table of Contents

Class NodePoolNodeConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
NodePoolNodeConfigArgs
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.Container.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class NodePoolNodeConfigArgs : ResourceArgs

Constructors

View Source

NodePoolNodeConfigArgs()

Declaration
public NodePoolNodeConfigArgs()

Properties

View Source

BootDiskKmsKey

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

DiskSizeGb

Declaration
public Input<int> DiskSizeGb { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

DiskType

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

GuestAccelerators

Declaration
public InputList<NodePoolNodeConfigGuestAcceleratorArgs> GuestAccelerators { get; set; }
Property Value
Type Description
InputList<NodePoolNodeConfigGuestAcceleratorArgs>
View Source

ImageType

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

Labels

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

LocalSsdCount

Declaration
public Input<int> LocalSsdCount { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

MachineType

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

Metadata

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

MinCpuPlatform

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

OauthScopes

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

Preemptible

Declaration
public Input<bool> Preemptible { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

SandboxConfig

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

ServiceAccount

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

ShieldedInstanceConfig

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

Tags

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

Taints

Declaration
public InputList<NodePoolNodeConfigTaintArgs> Taints { get; set; }
Property Value
Type Description
InputList<NodePoolNodeConfigTaintArgs>
View Source

WorkloadMetadataConfig

Declaration
public Input<NodePoolNodeConfigWorkloadMetadataConfigArgs> WorkloadMetadataConfig { get; set; }
Property Value
Type Description
Input<NodePoolNodeConfigWorkloadMetadataConfigArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.