Show / Hide Table of Contents

Class InstantSnapshotExportParams

Inheritance
object
InstantSnapshotExportParams
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.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InstantSnapshotExportParams : IDirectResponseSchema

Properties

BaseInstantSnapshot

An optional base instant snapshot that this resource is compared against. If not specified, all blocks of this resource are exported. The base instant snapshot and this resource must be created from the same disk. The base instant snapshot must be created earlier in time than this resource.

Declaration
[JsonProperty("baseInstantSnapshot")]
public virtual string BaseInstantSnapshot { get; set; }
Property Value
Type Description
string

BucketName

The name of an existing bucket in Cloud Storage where the changed blocks will be stored. The Google Service Account must have read and write access to this bucket. The bucket has to be in the same region as this resource.

Declaration
[JsonProperty("bucketName")]
public virtual string BucketName { get; set; }
Property Value
Type Description
string

EncryptionKey

Encryption key used to encrypt the instant snapshot.

Declaration
[JsonProperty("encryptionKey")]
public virtual CustomerEncryptionKey EncryptionKey { get; set; }
Property Value
Type Description
CustomerEncryptionKey

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ObjectName

Name of the output Bigstore object storing the changed blocks. Object name must be less than 1024 bytes in length.

Declaration
[JsonProperty("objectName")]
public virtual string ObjectName { get; set; }
Property Value
Type Description
string

OutputType

The format of the output file.

Declaration
[JsonProperty("outputType")]
public virtual string OutputType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX