Class CustomerEncryptionKeyProtectedDisk
Inheritance
System.Object
CustomerEncryptionKeyProtectedDisk
Implements
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: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class CustomerEncryptionKeyProtectedDisk : IDirectResponseSchema
Properties
DiskEncryptionKey
Decrypts data associated with the disk with a customer-supplied encryption key.
Declaration
[JsonProperty("diskEncryptionKey")]
public virtual CustomerEncryptionKey DiskEncryptionKey { get; set; }
Property Value
| Type | Description |
|---|---|
| CustomerEncryptionKey |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Source
Specifies a valid partial or full URL to an existing Persistent Disk resource. This field is only applicable for persistent disks.
Declaration
[JsonProperty("source")]
public virtual string Source { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |