Class InstanceFromTemplateAttachedDiskArgs
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.Compute.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class InstanceFromTemplateAttachedDiskArgs : ResourceArgs
Constructors
View SourceInstanceFromTemplateAttachedDiskArgs()
Declaration
public InstanceFromTemplateAttachedDiskArgs()
Properties
View SourceDeviceName
Declaration
public Input<string> DeviceName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DiskEncryptionKeyRaw
Declaration
public Input<string> DiskEncryptionKeyRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DiskEncryptionKeySha256
Declaration
public Input<string> DiskEncryptionKeySha256 { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
KmsKeySelfLink
Declaration
public Input<string> KmsKeySelfLink { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Mode
Declaration
public Input<string> Mode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Source
Declaration
public Input<string> Source { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |