public sealed class DiskBackupProperties : IMessage<DiskBackupProperties>, IEquatable<DiskBackupProperties>, IDeepCloneable<DiskBackupProperties>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup and DR Service v1 API class DiskBackupProperties.
DiskBackupProperties represents the properties of a Disk backup.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Backup and DR Service v1 API - Class DiskBackupProperties (2.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.2.0 (latest)](/dotnet/docs/reference/Google.Cloud.BackupDR.V1/latest/Google.Cloud.BackupDR.V1.DiskBackupProperties)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.BackupDR.V1/2.1.0/Google.Cloud.BackupDR.V1.DiskBackupProperties)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.BackupDR.V1/2.0.0/Google.Cloud.BackupDR.V1.DiskBackupProperties)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.BackupDR.V1/1.2.0/Google.Cloud.BackupDR.V1.DiskBackupProperties)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.BackupDR.V1/1.1.0/Google.Cloud.BackupDR.V1.DiskBackupProperties)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.BackupDR.V1/1.0.0-beta02/Google.Cloud.BackupDR.V1.DiskBackupProperties) \n\n public sealed class DiskBackupProperties : IMessage\u003cDiskBackupProperties\u003e, IEquatable\u003cDiskBackupProperties\u003e, IDeepCloneable\u003cDiskBackupProperties\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Backup and DR Service v1 API class DiskBackupProperties.\n\nDiskBackupProperties represents the properties of a Disk backup. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DiskBackupProperties \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DiskBackupProperties](/dotnet/docs/reference/Google.Cloud.BackupDR.V1/latest/Google.Cloud.BackupDR.V1.DiskBackupProperties), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DiskBackupProperties](/dotnet/docs/reference/Google.Cloud.BackupDR.V1/latest/Google.Cloud.BackupDR.V1.DiskBackupProperties), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DiskBackupProperties](/dotnet/docs/reference/Google.Cloud.BackupDR.V1/latest/Google.Cloud.BackupDR.V1.DiskBackupProperties), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.BackupDR.V1](/dotnet/docs/reference/Google.Cloud.BackupDR.V1/latest/Google.Cloud.BackupDR.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.BackupDR.V1.dll\n\nConstructors\n------------\n\n### DiskBackupProperties()\n\n public DiskBackupProperties()\n\n### DiskBackupProperties(DiskBackupProperties)\n\n public DiskBackupProperties(DiskBackupProperties other)\n\nProperties\n----------\n\n### Architecture\n\n public DiskBackupProperties.Types.Architecture Architecture { get; set; }\n\nThe architecture of the source disk. Valid values are\nARM64 or X86_64.\n\n### Description\n\n public string Description { get; set; }\n\nA description of the source disk.\n\n### GuestOsFeature\n\n public RepeatedField\u003cGuestOsFeature\u003e GuestOsFeature { get; }\n\nA list of guest OS features that are applicable to this backup.\n\n### HasArchitecture\n\n public bool HasArchitecture { get; }\n\nGets whether the \"architecture\" field is set\n\n### HasDescription\n\n public bool HasDescription { get; }\n\nGets whether the \"description\" field is set\n\n### HasRegion\n\n public bool HasRegion { get; }\n\nGets whether the \"region\" field is set\n\n### HasSizeGb\n\n public bool HasSizeGb { get; }\n\nGets whether the \"size_gb\" field is set\n\n### HasSourceDisk\n\n public bool HasSourceDisk { get; }\n\nGets whether the \"source_disk\" field is set\n\n### HasType\n\n public bool HasType { get; }\n\nGets whether the \"type\" field is set\n\n### HasZone\n\n public bool HasZone { get; }\n\nGets whether the \"zone\" field is set\n\n### Licenses\n\n public RepeatedField\u003cstring\u003e Licenses { get; }\n\nA list of publicly available licenses that are applicable to this backup.\nThis is applicable if the original image had licenses attached, e.g.\nWindows image.\n\n### Region\n\n public string Region { get; set; }\n\nRegion and zone are mutually exclusive fields.\nThe URL of the region of the source disk.\n\n### ReplicaZones\n\n public RepeatedField\u003cstring\u003e ReplicaZones { get; }\n\nThe URL of the Zones where the source disk should be replicated.\n\n### SizeGb\n\n public long SizeGb { get; set; }\n\nSize(in GB) of the source disk.\n\n### SourceDisk\n\n public string SourceDisk { get; set; }\n\nThe source disk used to create this backup.\n\n### Type\n\n public string Type { get; set; }\n\nThe URL of the type of the disk.\n\n### Zone\n\n public string Zone { get; set; }\n\nThe URL of the Zone where the source disk."]]