Show / Hide Table of Contents

Class NodePoolNodeConfigGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
NodePoolNodeConfigGetArgs
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 NodePoolNodeConfigGetArgs : ResourceArgs

Constructors

View Source

NodePoolNodeConfigGetArgs()

Declaration
public NodePoolNodeConfigGetArgs()

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<NodePoolNodeConfigGuestAcceleratorGetArgs> GuestAccelerators { get; set; }
Property Value
Type Description
InputList<NodePoolNodeConfigGuestAcceleratorGetArgs>
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<NodePoolNodeConfigSandboxConfigGetArgs> SandboxConfig { get; set; }
Property Value
Type Description
Input<NodePoolNodeConfigSandboxConfigGetArgs>
View Source

ServiceAccount

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

ShieldedInstanceConfig

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

Tags

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

Taints

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

WorkloadMetadataConfig

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