Show / Hide Table of Contents

Class InstancesStartWithEncryptionKeyRequest

Inheritance
object
InstancesStartWithEncryptionKeyRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX