Struct google_api_proto::google::cloud::securitycenter::v1::BackupDisasterRecovery
source · pub struct BackupDisasterRecovery {
pub backup_template: String,
pub policies: Vec<String>,
pub host: String,
pub applications: Vec<String>,
pub storage_pool: String,
pub policy_options: Vec<String>,
pub profile: String,
pub appliance: String,
pub backup_type: String,
pub backup_create_time: Option<Timestamp>,
}
Expand description
Information related to Google Cloud Backup and DR Service findings.
Fields§
§backup_template: String
The name of a Backup and DR template which comprises one or more backup
policies. See the Backup and DR
documentation
for more information. For example, snap-ov
.
policies: Vec<String>
The names of Backup and DR policies that are associated with a template
and that define when to run a backup, how frequently to run a backup, and
how long to retain the backup image. For example, onvaults
.
host: String
The name of a Backup and DR host, which is managed by the backup and
recovery appliance and known to the management console. The host can be of
type Generic (for example, Compute Engine, SQL Server, Oracle DB, SMB file
system, etc.), vCenter, or an ESX server. See the Backup and DR
documentation on
hosts
for more information. For example, centos7-01
.
applications: Vec<String>
The names of Backup and DR applications. An application is a VM, database,
or file system on a managed host monitored by a backup and recovery
appliance. For example, centos7-01-vol00
, centos7-01-vol01
,
centos7-01-vol02
.
storage_pool: String
The name of the Backup and DR storage pool that the backup and recovery
appliance is storing data in. The storage pool could be of type Cloud,
Primary, Snapshot, or OnVault. See the Backup and DR documentation on
storage
pools.
For example, DiskPoolOne
.
policy_options: Vec<String>
The names of Backup and DR advanced policy options of a policy applying to
an application. See the Backup and DR documentation on policy
options.
For example, skipofflineappsincongrp, nounmap
.
profile: String
The name of the Backup and DR resource profile that specifies the storage
media for backups of application and VM data. See the Backup and DR
documentation on
profiles.
For example, GCP
.
appliance: String
The name of the Backup and DR appliance that captures, moves, and manages
the lifecycle of backup data. For example, backup-server-57137
.
backup_type: String
The backup type of the Backup and DR image.
For example, Snapshot
, Remote Snapshot
, OnVault
.
backup_create_time: Option<Timestamp>
The timestamp at which the Backup and DR backup was created.
Trait Implementations§
source§impl Clone for BackupDisasterRecovery
impl Clone for BackupDisasterRecovery
source§fn clone(&self) -> BackupDisasterRecovery
fn clone(&self) -> BackupDisasterRecovery
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for BackupDisasterRecovery
impl Debug for BackupDisasterRecovery
source§impl Default for BackupDisasterRecovery
impl Default for BackupDisasterRecovery
source§impl Message for BackupDisasterRecovery
impl Message for BackupDisasterRecovery
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 BackupDisasterRecovery
impl PartialEq for BackupDisasterRecovery
source§fn eq(&self, other: &BackupDisasterRecovery) -> bool
fn eq(&self, other: &BackupDisasterRecovery) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for BackupDisasterRecovery
Auto Trait Implementations§
impl Freeze for BackupDisasterRecovery
impl RefUnwindSafe for BackupDisasterRecovery
impl Send for BackupDisasterRecovery
impl Sync for BackupDisasterRecovery
impl Unpin for BackupDisasterRecovery
impl UnwindSafe for BackupDisasterRecovery
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