Class RestoreInstanceRequest
Request for restoring the notebook instance from a BackupSource.
Implements
Inherited Members
Namespace: Google.Apis.AIPlatformNotebooks.v2.Data
Assembly: Google.Apis.AIPlatformNotebooks.v2.dll
Syntax
public class RestoreInstanceRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Snapshot
Snapshot to be used for restore.
Declaration
[JsonProperty("snapshot")]
public virtual Snapshot Snapshot { get; set; }
Property Value
Type | Description |
---|---|
Snapshot |