Class RestoreVolumeRequest
Request message for RestoreVolume API.
Implements
Inherited Members
Namespace: Google.Apis.NetAppFiles.v1beta1.Data
Assembly: Google.Apis.NetAppFiles.v1beta1.dll
Syntax
public class RestoreVolumeRequest : IDirectResponseSchema
Properties
BackupSource
The backup source of the restore operation.
Declaration
[JsonProperty("backupSource")]
public virtual BackupSource BackupSource { get; set; }
Property Value
| Type | Description |
|---|---|
| BackupSource |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OntapVolumeTarget
The ONTAP volume target of the restore operation.
Declaration
[JsonProperty("ontapVolumeTarget")]
public virtual OntapVolumeTarget OntapVolumeTarget { get; set; }
Property Value
| Type | Description |
|---|---|
| OntapVolumeTarget |