[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eBackupConfig\u003c/code\u003e class in the Google Cloud NetApp v1 API manages backup settings for a volume.\u003c/p\u003e\n"],["\u003cp\u003eVersion 1.8.0 is the latest version of the \u003ccode\u003eBackupConfig\u003c/code\u003e available in the provided documentation.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBackupConfig\u003c/code\u003e implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt supports both scheduled backups, which are enabled by the \u003ccode\u003eScheduledBackupEnabled\u003c/code\u003e property, and backups based on policy configuration, managed through \u003ccode\u003eBackupPolicies\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBackupConfig\u003c/code\u003e class has properties to manage the total size of backups in a chain (\u003ccode\u003eBackupChainBytes\u003c/code\u003e) and the backup vault where backups are stored (\u003ccode\u003eBackupVault\u003c/code\u003e).\u003c/p\u003e\n"]]],[],null,["# NetApp v1 API - Class BackupConfig (1.10.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.10.0 (latest)](/dotnet/docs/reference/Google.Cloud.NetApp.V1/latest/Google.Cloud.NetApp.V1.BackupConfig)\n- [1.9.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.9.0/Google.Cloud.NetApp.V1.BackupConfig)\n- [1.8.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.8.0/Google.Cloud.NetApp.V1.BackupConfig)\n- [1.7.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.7.0/Google.Cloud.NetApp.V1.BackupConfig)\n- [1.6.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.6.0/Google.Cloud.NetApp.V1.BackupConfig)\n- [1.5.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.5.0/Google.Cloud.NetApp.V1.BackupConfig)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.4.0/Google.Cloud.NetApp.V1.BackupConfig)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.3.0/Google.Cloud.NetApp.V1.BackupConfig)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.2.0/Google.Cloud.NetApp.V1.BackupConfig)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.1.0/Google.Cloud.NetApp.V1.BackupConfig)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.NetApp.V1/1.0.0/Google.Cloud.NetApp.V1.BackupConfig) \n\n public sealed class BackupConfig : IMessage\u003cBackupConfig\u003e, IEquatable\u003cBackupConfig\u003e, IDeepCloneable\u003cBackupConfig\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the NetApp v1 API class BackupConfig.\n\nBackupConfig contains backup related config on a volume. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e BackupConfig \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[BackupConfig](/dotnet/docs/reference/Google.Cloud.NetApp.V1/latest/Google.Cloud.NetApp.V1.BackupConfig), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[BackupConfig](/dotnet/docs/reference/Google.Cloud.NetApp.V1/latest/Google.Cloud.NetApp.V1.BackupConfig), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[BackupConfig](/dotnet/docs/reference/Google.Cloud.NetApp.V1/latest/Google.Cloud.NetApp.V1.BackupConfig), [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.NetApp.V1](/dotnet/docs/reference/Google.Cloud.NetApp.V1/latest/Google.Cloud.NetApp.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.NetApp.V1.dll\n\nConstructors\n------------\n\n### BackupConfig()\n\n public BackupConfig()\n\n### BackupConfig(BackupConfig)\n\n public BackupConfig(BackupConfig other)\n\nProperties\n----------\n\n### BackupChainBytes\n\n public long BackupChainBytes { get; set; }\n\nOutput only. Total size of all backups in a chain in bytes = baseline\nbackup size + sum(incremental backup size).\n\n### BackupPolicies\n\n public RepeatedField\u003cstring\u003e BackupPolicies { get; }\n\nOptional. When specified, schedule backups will be created based on the\npolicy configuration.\n\n### BackupPoliciesAsBackupPolicyNames\n\n public ResourceNameList\u003cBackupPolicyName\u003e BackupPoliciesAsBackupPolicyNames { get; }\n\n[BackupPolicyName](/dotnet/docs/reference/Google.Cloud.NetApp.V1/latest/Google.Cloud.NetApp.V1.BackupPolicyName)-typed view over the [BackupPolicies](/dotnet/docs/reference/Google.Cloud.NetApp.V1/latest/Google.Cloud.NetApp.V1.BackupConfig#Google_Cloud_NetApp_V1_BackupConfig_BackupPolicies) resource name property.\n\n### BackupVault\n\n public string BackupVault { get; set; }\n\nOptional. Name of backup vault.\nFormat:\nprojects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}\n\n### BackupVaultAsBackupVaultName\n\n public BackupVaultName BackupVaultAsBackupVaultName { get; set; }\n\n[BackupVaultName](/dotnet/docs/reference/Google.Cloud.NetApp.V1/latest/Google.Cloud.NetApp.V1.BackupVaultName)-typed view over the [BackupVault](/dotnet/docs/reference/Google.Cloud.NetApp.V1/latest/Google.Cloud.NetApp.V1.BackupConfig#Google_Cloud_NetApp_V1_BackupConfig_BackupVault) resource name property.\n\n### HasBackupChainBytes\n\n public bool HasBackupChainBytes { get; }\n\nGets whether the \"backup_chain_bytes\" field is set\n\n### HasScheduledBackupEnabled\n\n public bool HasScheduledBackupEnabled { get; }\n\nGets whether the \"scheduled_backup_enabled\" field is set\n\n### ScheduledBackupEnabled\n\n public bool ScheduledBackupEnabled { get; set; }\n\nOptional. When set to true, scheduled backup is enabled on the volume.\nThis field should be nil when there's no backup policy attached."]]