Class InstanceAttachedDisk
Inheritance
System.Object
InstanceAttachedDisk
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
Syntax
public sealed class InstanceAttachedDisk
Fields
View Source
DeviceName
Name with which the attached disk will be accessible
under /dev/disk/by-id/google-*
Declaration
public readonly string DeviceName
Field Value
| Type |
Description |
| System.String |
|
View Source
DiskEncryptionKeyRaw
Declaration
public readonly string DiskEncryptionKeyRaw
Field Value
| Type |
Description |
| System.String |
|
View Source
DiskEncryptionKeySha256
Declaration
public readonly string DiskEncryptionKeySha256
Field Value
| Type |
Description |
| System.String |
|
View Source
KmsKeySelfLink
The self_link of the encryption key that is
stored in Google Cloud KMS to encrypt this disk. Only one of kms_key_self_link
and disk_encryption_key_raw may be set.
Declaration
public readonly string KmsKeySelfLink
Field Value
| Type |
Description |
| System.String |
|
View Source
Mode
Either "READ_ONLY" or "READ_WRITE", defaults to "READ_WRITE"
If you have a persistent disk with data that you want to share
between multiple instances, detach it from any read-write instances and
attach it to one or more instances in read-only mode.
Declaration
public readonly string Mode
Field Value
| Type |
Description |
| System.String |
|
View Source
Source
The name or self_link of the disk to attach to this instance.
Declaration
public readonly string Source
Field Value
| Type |
Description |
| System.String |
|