Class InstancesStartWithEncryptionKeyRequest
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class InstancesStartWithEncryptionKeyRequest : IDirectResponseSchema
Properties
Disks
Array of disks associated with this instance that are protected with a customer-supplied encryption key. In order to start 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 |