Class InstancesResumeRequest
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class InstancesResumeRequest : IDirectResponseSchema
Properties
Disks
Array of disks associated with this instance that are protected with a customer-supplied encryption key. In order to resume the instance, the disk url and its corresponding key must be provided. If the disk is not protected with a customer-supplied encryption key it should not be specified.
Declaration
[JsonProperty("disks")]
public virtual IList<CustomerEncryptionKeyProtectedDisk> Disks { get; set; }
Property Value
Type | Description |
---|---|
IList<CustomerEncryptionKeyProtectedDisk> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InstanceEncryptionKey
Decrypts data associated with an instance that is protected with a customer-supplied encryption key. If the instance you are starting is protected with a customer-supplied encryption key, the correct key must be provided otherwise the instance resume will not succeed.
Declaration
[JsonProperty("instanceEncryptionKey")]
public virtual CustomerEncryptionKey InstanceEncryptionKey { get; set; }
Property Value
Type | Description |
---|---|
CustomerEncryptionKey |