Show / Hide Table of Contents

Class RestoreDiskFromInstanceOptions

Options for creating a disk from a source Compute Instance backup.

Inheritance
object
RestoreDiskFromInstanceOptions
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.Backupdr.v1.Data
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public class RestoreDiskFromInstanceOptions : IDirectResponseSchema

Properties

BootDisk

Specifies that the boot disk should be restored from the instance backup. This field should only be set to true if selected.

Declaration
[JsonProperty("bootDisk")]
public virtual bool? BootDisk { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

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

SourceDeviceName

The device name of the disk to restore from the VM backup.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX