Show / Hide Table of Contents

Class DiskBackupProperties

DiskBackupProperties represents the properties of a Disk backup.

Inheritance
object
DiskBackupProperties
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 DiskBackupProperties : IDirectResponseSchema

Properties

AccessMode

The access mode of the source disk.

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

Architecture

The architecture of the source disk. Valid values are ARM64 or X86_64.

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

Description

A description of the source disk.

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

ETag

The ETag of the item.

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

EnableConfidentialCompute

Indicates whether the source disk is using confidential compute mode.

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

GuestOsFeature

A list of guest OS features that are applicable to this backup.

Declaration
[JsonProperty("guestOsFeature")]
public virtual IList<GuestOsFeature> GuestOsFeature { get; set; }
Property Value
Type Description
IList<GuestOsFeature>

Labels

The labels of the source disk.

Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type Description
IDictionary<string, string>

Licenses

A list of publicly available licenses that are applicable to this backup. This is applicable if the original image had licenses attached, e.g. Windows image.

Declaration
[JsonProperty("licenses")]
public virtual IList<string> Licenses { get; set; }
Property Value
Type Description
IList<string>

PhysicalBlockSizeBytes

The physical block size of the source disk.

Declaration
[JsonProperty("physicalBlockSizeBytes")]
public virtual long? PhysicalBlockSizeBytes { get; set; }
Property Value
Type Description
long?

ProvisionedIops

The number of IOPS provisioned for the source disk.

Declaration
[JsonProperty("provisionedIops")]
public virtual long? ProvisionedIops { get; set; }
Property Value
Type Description
long?

ProvisionedThroughput

The number of throughput provisioned for the source disk.

Declaration
[JsonProperty("provisionedThroughput")]
public virtual long? ProvisionedThroughput { get; set; }
Property Value
Type Description
long?

Region

Region and zone are mutually exclusive fields. The URL of the region of the source disk.

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

ReplicaZones

The URL of the Zones where the source disk should be replicated.

Declaration
[JsonProperty("replicaZones")]
public virtual IList<string> ReplicaZones { get; set; }
Property Value
Type Description
IList<string>

SizeGb

Size(in GB) of the source disk.

Declaration
[JsonProperty("sizeGb")]
public virtual long? SizeGb { get; set; }
Property Value
Type Description
long?

SourceDisk

The source disk used to create this backup.

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

StoragePool

The storage pool of the source disk.

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

Type

The URL of the type of the disk.

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

Zone

The URL of the Zone where the source disk.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX