Show / Hide Table of Contents

Class NodePoolNodeConfig

Inheritance
System.Object
NodePoolNodeConfig
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.Container.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class NodePoolNodeConfig

Fields

View Source

BootDiskKmsKey

Declaration
public readonly string BootDiskKmsKey
Field Value
Type Description
System.String
View Source

DiskSizeGb

Declaration
public readonly int? DiskSizeGb
Field Value
Type Description
System.Nullable<System.Int32>
View Source

DiskType

Declaration
public readonly string DiskType
Field Value
Type Description
System.String
View Source

GuestAccelerators

Declaration
public readonly ImmutableArray<NodePoolNodeConfigGuestAccelerator> GuestAccelerators
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<NodePoolNodeConfigGuestAccelerator>
View Source

ImageType

Declaration
public readonly string ImageType
Field Value
Type Description
System.String
View Source

Labels

Declaration
public readonly ImmutableDictionary<string, string> Labels
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
View Source

LocalSsdCount

Declaration
public readonly int? LocalSsdCount
Field Value
Type Description
System.Nullable<System.Int32>
View Source

MachineType

Declaration
public readonly string MachineType
Field Value
Type Description
System.String
View Source

Metadata

Declaration
public readonly ImmutableDictionary<string, string> Metadata
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
View Source

MinCpuPlatform

Declaration
public readonly string MinCpuPlatform
Field Value
Type Description
System.String
View Source

OauthScopes

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

Preemptible

Declaration
public readonly bool? Preemptible
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

SandboxConfig

Declaration
public readonly NodePoolNodeConfigSandboxConfig SandboxConfig
Field Value
Type Description
NodePoolNodeConfigSandboxConfig
View Source

ServiceAccount

Declaration
public readonly string ServiceAccount
Field Value
Type Description
System.String
View Source

ShieldedInstanceConfig

Declaration
public readonly NodePoolNodeConfigShieldedInstanceConfig ShieldedInstanceConfig
Field Value
Type Description
NodePoolNodeConfigShieldedInstanceConfig
View Source

Tags

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

Taints

Declaration
public readonly ImmutableArray<NodePoolNodeConfigTaint> Taints
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<NodePoolNodeConfigTaint>
View Source

WorkloadMetadataConfig

Declaration
public readonly NodePoolNodeConfigWorkloadMetadataConfig WorkloadMetadataConfig
Field Value
Type Description
NodePoolNodeConfigWorkloadMetadataConfig
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.