Class NodePoolNodeConfigArgs
Inheritance
System.Object
NodePoolNodeConfigArgs
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()
Assembly: Pulumi.Gcp.dll
public sealed class NodePoolNodeConfigArgs : ResourceArgs
Constructors
View Source
Declaration
public NodePoolNodeConfigArgs()
Properties
View Source
Declaration
public Input<string> BootDiskKmsKey { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<int> DiskSizeGb { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<string> DiskType { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public InputList<NodePoolNodeConfigGuestAcceleratorArgs> GuestAccelerators { get; set; }
Property Value
View Source
Declaration
public Input<string> ImageType { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public InputMap<string> Labels { get; set; }
Property Value
| Type |
Description |
| InputMap<System.String> |
|
View Source
Declaration
public Input<int> LocalSsdCount { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<string> MachineType { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public InputMap<string> Metadata { get; set; }
Property Value
| Type |
Description |
| InputMap<System.String> |
|
View Source
Declaration
public Input<string> MinCpuPlatform { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public InputList<string> OauthScopes { get; set; }
Property Value
View Source
Declaration
public Input<bool> Preemptible { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Declaration
public Input<NodePoolNodeConfigSandboxConfigArgs> SandboxConfig { get; set; }
Property Value
View Source
Declaration
public Input<string> ServiceAccount { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<NodePoolNodeConfigShieldedInstanceConfigArgs> ShieldedInstanceConfig { get; set; }
Property Value
View Source
Declaration
public InputList<string> Tags { get; set; }
Property Value
View Source
Declaration
public InputList<NodePoolNodeConfigTaintArgs> Taints { get; set; }
Property Value
View Source
Declaration
public Input<NodePoolNodeConfigWorkloadMetadataConfigArgs> WorkloadMetadataConfig { get; set; }
Property Value