pub struct Restore {Show 19 fields
pub name: String,
pub uid: String,
pub create_time: Option<Timestamp>,
pub update_time: Option<Timestamp>,
pub description: String,
pub backup: String,
pub cluster: String,
pub restore_config: Option<RestoreConfig>,
pub labels: BTreeMap<String, String>,
pub state: i32,
pub state_reason: String,
pub complete_time: Option<Timestamp>,
pub resources_restored_count: i32,
pub resources_excluded_count: i32,
pub resources_failed_count: i32,
pub volumes_restored_count: i32,
pub etag: String,
pub filter: Option<Filter>,
pub volume_data_restore_policy_overrides: Vec<VolumeDataRestorePolicyOverride>,
}
Expand description
Represents both a request to Restore some portion of a Backup into a target GKE cluster and a record of the restore operation itself.
Fields§
§name: String
Output only. The full name of the Restore resource.
Format: projects/*/locations/*/restorePlans/*/restores/*
uid: String
Output only. Server generated global unique identifier of UUID format.
create_time: Option<Timestamp>
Output only. The timestamp when this Restore resource was created.
update_time: Option<Timestamp>
Output only. The timestamp when this Restore resource was last updated.
description: String
User specified descriptive string for this Restore.
backup: String
Required. Immutable. A reference to the
[Backup][google.cloud.gkebackup.v1.Backup] used as the source from which
this Restore will restore. Note that this Backup must be a sub-resource of
the RestorePlan’s
[backup_plan][google.cloud.gkebackup.v1.RestorePlan.backup_plan]. Format:
projects/*/locations/*/backupPlans/*/backups/*
.
cluster: String
Output only. The target cluster into which this Restore will restore data. Valid formats:
projects/*/locations/*/clusters/*
projects/*/zones/*/clusters/*
Inherited from parent RestorePlan’s [cluster][google.cloud.gkebackup.v1.RestorePlan.cluster] value.
restore_config: Option<RestoreConfig>
Output only. Configuration of the Restore. Inherited from parent RestorePlan’s [restore_config][google.cloud.gkebackup.v1.RestorePlan.restore_config].
labels: BTreeMap<String, String>
A set of custom labels supplied by user.
state: i32
Output only. The current state of the Restore.
state_reason: String
Output only. Human-readable description of why the Restore is in its current state.
complete_time: Option<Timestamp>
Output only. Timestamp of when the restore operation completed.
resources_restored_count: i32
Output only. Number of resources restored during the restore execution.
resources_excluded_count: i32
Output only. Number of resources excluded during the restore execution.
resources_failed_count: i32
Output only. Number of resources that failed to be restored during the restore execution.
volumes_restored_count: i32
Output only. Number of volumes restored during the restore execution.
etag: String
Output only. etag
is used for optimistic concurrency control as a way to
help prevent simultaneous updates of a restore from overwriting each other.
It is strongly suggested that systems make use of the etag
in the
read-modify-write cycle to perform restore updates in order to avoid
race conditions: An etag
is returned in the response to GetRestore
,
and systems are expected to put that etag in the request to
UpdateRestore
or DeleteRestore
to ensure that their change will be
applied to the same version of the resource.
filter: Option<Filter>
Optional. Immutable. Filters resources for Restore
. If not specified, the
scope of the restore will remain the same as defined in the RestorePlan
.
If this is specified, and no resources are matched by the
inclusion_filters
or everyting is excluded by the exclusion_filters
,
nothing will be restored. This filter can only be specified if the value of
[namespaced_resource_restore_mode][google.cloud.gkebackup.v1.RestoreConfig.namespaced_resource_restore_mode]
is set to MERGE_SKIP_ON_CONFLICT
, MERGE_REPLACE_VOLUME_ON_CONFLICT
or
MERGE_REPLACE_ON_CONFLICT
.
volume_data_restore_policy_overrides: Vec<VolumeDataRestorePolicyOverride>
Optional. Immutable. Overrides the volume data restore policies selected in the Restore Config for override-scoped resources.
Implementations§
Trait Implementations§
source§impl Message for Restore
impl Message for Restore
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for Restore
impl PartialEq for Restore
impl StructuralPartialEq for Restore
Auto Trait Implementations§
impl Freeze for Restore
impl RefUnwindSafe for Restore
impl Send for Restore
impl Sync for Restore
impl Unpin for Restore
impl UnwindSafe for Restore
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request