Class NodePoolNodeConfigGetArgs
Inheritance
System.Object
NodePoolNodeConfigGetArgs
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 NodePoolNodeConfigGetArgs : ResourceArgs
Constructors
View Source
Declaration
public NodePoolNodeConfigGetArgs()
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<NodePoolNodeConfigGuestAcceleratorGetArgs> 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<NodePoolNodeConfigSandboxConfigGetArgs> 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<NodePoolNodeConfigShieldedInstanceConfigGetArgs> ShieldedInstanceConfig { get; set; }
Property Value
View Source
Declaration
public InputList<string> Tags { get; set; }
Property Value
View Source
Declaration
public InputList<NodePoolNodeConfigTaintGetArgs> Taints { get; set; }
Property Value
View Source
Declaration
public Input<NodePoolNodeConfigWorkloadMetadataConfigGetArgs> WorkloadMetadataConfig { get; set; }
Property Value