View Source GoogleApi.File.V1.Model.RestoreInstanceRequest (google_api_file v0.29.0)

RestoreInstanceRequest restores an existing instance's file share from a backup.

Attributes

  • fileShare (type: String.t, default: nil) - Required. Name of the file share in the Filestore instance that the backup is being restored to.
  • sourceBackup (type: String.t, default: nil) - The resource name of the backup, in the format projects/{project_number}/locations/{location_id}/backups/{backup_id}.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.File.V1.Model.RestoreInstanceRequest{
  fileShare: String.t() | nil,
  sourceBackup: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.