Struct google_api_proto::google::cloud::netapp::v1::TransferStats
source · pub struct TransferStats {
pub transfer_bytes: Option<i64>,
pub total_transfer_duration: Option<Duration>,
pub last_transfer_bytes: Option<i64>,
pub last_transfer_duration: Option<Duration>,
pub lag_duration: Option<Duration>,
pub update_time: Option<Timestamp>,
pub last_transfer_end_time: Option<Timestamp>,
pub last_transfer_error: Option<String>,
}
Expand description
TransferStats reports all statistics related to replication transfer.
Fields§
§transfer_bytes: Option<i64>
Cumulative bytes trasferred so far for the replication relatinonship.
total_transfer_duration: Option<Duration>
Cumulative time taken across all transfers for the replication relationship.
last_transfer_bytes: Option<i64>
Last transfer size in bytes.
last_transfer_duration: Option<Duration>
Time taken during last transfer.
lag_duration: Option<Duration>
Lag duration indicates the duration by which Destination region volume content lags behind the primary region volume content.
update_time: Option<Timestamp>
Time when progress was updated last.
last_transfer_end_time: Option<Timestamp>
Time when last transfer completed.
last_transfer_error: Option<String>
A message describing the cause of the last transfer failure.
Implementations§
source§impl TransferStats
impl TransferStats
sourcepub fn transfer_bytes(&self) -> i64
pub fn transfer_bytes(&self) -> i64
Returns the value of transfer_bytes
, or the default value if transfer_bytes
is unset.
sourcepub fn last_transfer_bytes(&self) -> i64
pub fn last_transfer_bytes(&self) -> i64
Returns the value of last_transfer_bytes
, or the default value if last_transfer_bytes
is unset.
sourcepub fn last_transfer_error(&self) -> &str
pub fn last_transfer_error(&self) -> &str
Returns the value of last_transfer_error
, or the default value if last_transfer_error
is unset.
Trait Implementations§
source§impl Clone for TransferStats
impl Clone for TransferStats
source§fn clone(&self) -> TransferStats
fn clone(&self) -> TransferStats
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for TransferStats
impl Debug for TransferStats
source§impl Default for TransferStats
impl Default for TransferStats
source§impl Message for TransferStats
impl Message for TransferStats
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 TransferStats
impl PartialEq for TransferStats
source§fn eq(&self, other: &TransferStats) -> bool
fn eq(&self, other: &TransferStats) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for TransferStats
Auto Trait Implementations§
impl Freeze for TransferStats
impl RefUnwindSafe for TransferStats
impl Send for TransferStats
impl Sync for TransferStats
impl Unpin for TransferStats
impl UnwindSafe for TransferStats
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