Struct google_api_proto::google::cloud::compute::v1::BulkInsertOperationStatus
source · pub struct BulkInsertOperationStatus {
pub created_vm_count: Option<i32>,
pub deleted_vm_count: Option<i32>,
pub failed_to_create_vm_count: Option<i32>,
pub status: Option<String>,
pub target_vm_count: Option<i32>,
}
Expand description
Fields§
§created_vm_count: Option<i32>
[Output Only] Count of VMs successfully created so far.
deleted_vm_count: Option<i32>
[Output Only] Count of VMs that got deleted during rollback.
failed_to_create_vm_count: Option<i32>
[Output Only] Count of VMs that started creating but encountered an error.
status: Option<String>
[Output Only] Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back. Check the Status enum for the list of possible values.
target_vm_count: Option<i32>
[Output Only] Count of VMs originally planned to be created.
Implementations§
source§impl BulkInsertOperationStatus
impl BulkInsertOperationStatus
sourcepub fn failed_to_create_vm_count(&self) -> i32
pub fn failed_to_create_vm_count(&self) -> i32
Returns the value of failed_to_create_vm_count
, or the default value if failed_to_create_vm_count
is unset.
sourcepub fn status(&self) -> &str
pub fn status(&self) -> &str
Returns the value of status
, or the default value if status
is unset.
sourcepub fn deleted_vm_count(&self) -> i32
pub fn deleted_vm_count(&self) -> i32
Returns the value of deleted_vm_count
, or the default value if deleted_vm_count
is unset.
sourcepub fn created_vm_count(&self) -> i32
pub fn created_vm_count(&self) -> i32
Returns the value of created_vm_count
, or the default value if created_vm_count
is unset.
sourcepub fn target_vm_count(&self) -> i32
pub fn target_vm_count(&self) -> i32
Returns the value of target_vm_count
, or the default value if target_vm_count
is unset.
Trait Implementations§
source§impl Clone for BulkInsertOperationStatus
impl Clone for BulkInsertOperationStatus
source§fn clone(&self) -> BulkInsertOperationStatus
fn clone(&self) -> BulkInsertOperationStatus
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for BulkInsertOperationStatus
impl Debug for BulkInsertOperationStatus
source§impl Default for BulkInsertOperationStatus
impl Default for BulkInsertOperationStatus
source§impl Message for BulkInsertOperationStatus
impl Message for BulkInsertOperationStatus
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 BulkInsertOperationStatus
impl PartialEq for BulkInsertOperationStatus
source§fn eq(&self, other: &BulkInsertOperationStatus) -> bool
fn eq(&self, other: &BulkInsertOperationStatus) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for BulkInsertOperationStatus
Auto Trait Implementations§
impl Freeze for BulkInsertOperationStatus
impl RefUnwindSafe for BulkInsertOperationStatus
impl Send for BulkInsertOperationStatus
impl Sync for BulkInsertOperationStatus
impl Unpin for BulkInsertOperationStatus
impl UnwindSafe for BulkInsertOperationStatus
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