Class UpdateBackupConfigRequest
Request message for UpdateBackupConfig
Implements
Inherited Members
Namespace: Google.Apis.NetAppFiles.v1beta1.Data
Assembly: Google.Apis.NetAppFiles.v1beta1.dll
Syntax
public class UpdateBackupConfigRequest : IDirectResponseSchema
Properties
BackupConfig
Required. Backup configuration to apply.
Declaration
[JsonProperty("backupConfig")]
public virtual BackupConfig BackupConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| BackupConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UpdateMask
Required. Field mask is used to specify the fields to be overwritten in the BackupConfig for the Volume. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask.
Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
VolumeUuid
Required. The UUID of the ONTAP-mode volume.
Declaration
[JsonProperty("volumeUuid")]
public virtual string VolumeUuid { get; set; }
Property Value
| Type | Description |
|---|---|
| string |