Class DiskBackupProperties
DiskBackupProperties represents the properties of a Disk backup.
Implements
Inherited Members
Namespace: Google.Apis.Backupdr.v1.Data
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public class DiskBackupProperties : IDirectResponseSchema
Properties
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 |
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> |
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> |
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 |
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 |