Class RestoreDiskFromInstanceOptions
Options for creating a disk from a source Compute Instance backup.
Implements
Inherited Members
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 |