Struct google_api_proto::google::cloud::vmmigration::v1::DatacenterConnector
source · pub struct DatacenterConnector {Show 14 fields
pub create_time: Option<Timestamp>,
pub update_time: Option<Timestamp>,
pub name: String,
pub registration_id: String,
pub service_account: String,
pub version: String,
pub bucket: String,
pub state: i32,
pub state_time: Option<Timestamp>,
pub error: Option<Status>,
pub appliance_infrastructure_version: String,
pub appliance_software_version: String,
pub available_versions: Option<AvailableUpdates>,
pub upgrade_status: Option<UpgradeStatus>,
}
Expand description
DatacenterConnector message describes a connector between the Source and Google Cloud, which is installed on a vmware datacenter (an OVA vm installed by the user) to connect the Datacenter to Google Cloud and support vm migration data transfer.
Fields§
§create_time: Option<Timestamp>
Output only. The time the connector was created (as an API call, not when it was actually installed).
update_time: Option<Timestamp>
Output only. The last time the connector was updated with an API call.
name: String
Output only. The connector’s name.
registration_id: String
Immutable. A unique key for this connector. This key is internal to the OVA connector and is supplied with its creation during the registration process and can not be modified.
service_account: String
The service account to use in the connector when communicating with the cloud.
version: String
The version running in the DatacenterConnector. This is supplied by the OVA connector during the registration process and can not be modified.
bucket: String
Output only. The communication channel between the datacenter connector and Google Cloud.
state: i32
Output only. State of the DatacenterConnector, as determined by the health checks.
state_time: Option<Timestamp>
Output only. The time the state was last set.
error: Option<Status>
Output only. Provides details on the state of the Datacenter Connector in case of an error.
appliance_infrastructure_version: String
Output only. Appliance OVA version. This is the OVA which is manually installed by the user and contains the infrastructure for the automatically updatable components on the appliance.
appliance_software_version: String
Output only. Appliance last installed update bundle version. This is the version of the automatically updatable components on the appliance.
available_versions: Option<AvailableUpdates>
Output only. The available versions for updating this appliance.
upgrade_status: Option<UpgradeStatus>
Output only. The status of the current / last upgradeAppliance operation.
Implementations§
Trait Implementations§
source§impl Clone for DatacenterConnector
impl Clone for DatacenterConnector
source§fn clone(&self) -> DatacenterConnector
fn clone(&self) -> DatacenterConnector
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DatacenterConnector
impl Debug for DatacenterConnector
source§impl Default for DatacenterConnector
impl Default for DatacenterConnector
source§impl Message for DatacenterConnector
impl Message for DatacenterConnector
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 DatacenterConnector
impl PartialEq for DatacenterConnector
source§fn eq(&self, other: &DatacenterConnector) -> bool
fn eq(&self, other: &DatacenterConnector) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DatacenterConnector
Auto Trait Implementations§
impl Freeze for DatacenterConnector
impl RefUnwindSafe for DatacenterConnector
impl Send for DatacenterConnector
impl Sync for DatacenterConnector
impl Unpin for DatacenterConnector
impl UnwindSafe for DatacenterConnector
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