Struct google_api_proto::google::cloud::workstations::v1::WorkstationCluster
source · pub struct WorkstationCluster {Show 16 fields
pub name: String,
pub display_name: String,
pub uid: String,
pub reconciling: bool,
pub annotations: BTreeMap<String, String>,
pub labels: BTreeMap<String, String>,
pub create_time: Option<Timestamp>,
pub update_time: Option<Timestamp>,
pub delete_time: Option<Timestamp>,
pub etag: String,
pub network: String,
pub subnetwork: String,
pub control_plane_ip: String,
pub private_cluster_config: Option<PrivateClusterConfig>,
pub degraded: bool,
pub conditions: Vec<Status>,
}
Expand description
A workstation cluster resource in the Cloud Workstations API.
Defines a group of workstations in a particular region and the VPC network they’re attached to.
Fields§
§name: String
Full name of this workstation cluster.
display_name: String
Optional. Human-readable name for this workstation cluster.
uid: String
Output only. A system-assigned unique identifier for this workstation cluster.
reconciling: bool
Output only. Indicates whether this workstation cluster is currently being updated to match its intended state.
annotations: BTreeMap<String, String>
Optional. Client-specified annotations.
labels: BTreeMap<String, String>
Optional. Labels that are applied to the workstation cluster and that are also propagated to the underlying Compute Engine resources.
create_time: Option<Timestamp>
Output only. Time when this workstation cluster was created.
update_time: Option<Timestamp>
Output only. Time when this workstation cluster was most recently updated.
delete_time: Option<Timestamp>
Output only. Time when this workstation cluster was soft-deleted.
etag: String
Optional. Checksum computed by the server. May be sent on update and delete requests to make sure that the client has an up-to-date value before proceeding.
network: String
Immutable. Name of the Compute Engine network in which instances associated with this workstation cluster will be created.
subnetwork: String
Immutable. Name of the Compute Engine subnetwork in which instances associated with this workstation cluster will be created. Must be part of the subnetwork specified for this workstation cluster.
control_plane_ip: String
Output only. The private IP address of the control plane for this workstation cluster. Workstation VMs need access to this IP address to work with the service, so make sure that your firewall rules allow egress from the workstation VMs to this address.
private_cluster_config: Option<PrivateClusterConfig>
Optional. Configuration for private workstation cluster.
degraded: bool
Output only. Whether this workstation cluster is in degraded mode, in which case it may require user action to restore full functionality. Details can be found in [conditions][google.cloud.workstations.v1.WorkstationCluster.conditions].
conditions: Vec<Status>
Output only. Status conditions describing the workstation cluster’s current state.
Trait Implementations§
source§impl Clone for WorkstationCluster
impl Clone for WorkstationCluster
source§fn clone(&self) -> WorkstationCluster
fn clone(&self) -> WorkstationCluster
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for WorkstationCluster
impl Debug for WorkstationCluster
source§impl Default for WorkstationCluster
impl Default for WorkstationCluster
source§impl Message for WorkstationCluster
impl Message for WorkstationCluster
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 WorkstationCluster
impl PartialEq for WorkstationCluster
source§fn eq(&self, other: &WorkstationCluster) -> bool
fn eq(&self, other: &WorkstationCluster) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for WorkstationCluster
Auto Trait Implementations§
impl Freeze for WorkstationCluster
impl RefUnwindSafe for WorkstationCluster
impl Send for WorkstationCluster
impl Sync for WorkstationCluster
impl Unpin for WorkstationCluster
impl UnwindSafe for WorkstationCluster
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