Class InstanceFromTemplateBootDiskArgs
Inheritance
System.Object
InstanceFromTemplateBootDiskArgs
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 InstanceFromTemplateBootDiskArgs : ResourceArgs
Constructors
View Source
Declaration
public InstanceFromTemplateBootDiskArgs()
Properties
View Source
Declaration
public Input<bool> AutoDelete { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Declaration
public Input<string> DeviceName { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> DiskEncryptionKeyRaw { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> DiskEncryptionKeySha256 { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<InstanceFromTemplateBootDiskInitializeParamsArgs> InitializeParams { get; set; }
Property Value
View Source
Declaration
public Input<string> KmsKeySelfLink { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> Mode { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> Source { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|