View Source GoogleApi.Metastore.V1.Model.Backup (google_api_metastore v0.11.1)
The details of a backup resource.
Attributes
-
createTime(type:DateTime.t, default:nil) - Output only. The time when the backup was started. -
description(type:String.t, default:nil) - The description of the backup. -
endTime(type:DateTime.t, default:nil) - Output only. The time when the backup finished creating. -
name(type:String.t, default:nil) - Immutable. The relative resource name of the backup, in the following form:projects/{project_number}/locations/{location_id}/services/{service_id}/backups/{backup_id} -
restoringServices(type:list(String.t), default:nil) - Output only. Services that are restoring from the backup. -
serviceRevision(type:GoogleApi.Metastore.V1.Model.Service.t, default:nil) - Output only. The revision of the service at the time of backup. -
state(type:String.t, default:nil) - Output only. The current state of the backup.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Metastore.V1.Model.Backup{ createTime: DateTime.t() | nil, description: String.t() | nil, endTime: DateTime.t() | nil, name: String.t() | nil, restoringServices: [String.t()] | nil, serviceRevision: GoogleApi.Metastore.V1.Model.Service.t() | nil, state: String.t() | nil }