Struct google_api_proto::google::cloud::workstations::v1beta::workstation_cluster::PrivateClusterConfig
source · pub struct PrivateClusterConfig {
pub enable_private_endpoint: bool,
pub cluster_hostname: String,
pub service_attachment_uri: String,
pub allowed_projects: Vec<String>,
}
Expand description
Configuration options for private workstation clusters.
Fields§
§enable_private_endpoint: bool
Immutable. Whether Workstations endpoint is private.
cluster_hostname: String
Output only. Hostname for the workstation cluster. This field will be populated only when private endpoint is enabled. To access workstations in the workstation cluster, create a new DNS zone mapping this domain name to an internal IP address and a forwarding rule mapping that address to the service attachment.
service_attachment_uri: String
Output only. Service attachment URI for the workstation cluster. The service attachemnt is created when private endpoint is enabled. To access workstations in the workstation cluster, configure access to the managed service using Private Service Connect.
allowed_projects: Vec<String>
Optional. Additional projects that are allowed to attach to the workstation cluster’s service attachment. By default, the workstation cluster’s project and the VPC host project (if different) are allowed.
Trait Implementations§
source§impl Clone for PrivateClusterConfig
impl Clone for PrivateClusterConfig
source§fn clone(&self) -> PrivateClusterConfig
fn clone(&self) -> PrivateClusterConfig
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for PrivateClusterConfig
impl Debug for PrivateClusterConfig
source§impl Default for PrivateClusterConfig
impl Default for PrivateClusterConfig
source§impl Message for PrivateClusterConfig
impl Message for PrivateClusterConfig
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 PrivateClusterConfig
impl PartialEq for PrivateClusterConfig
source§fn eq(&self, other: &PrivateClusterConfig) -> bool
fn eq(&self, other: &PrivateClusterConfig) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for PrivateClusterConfig
Auto Trait Implementations§
impl Freeze for PrivateClusterConfig
impl RefUnwindSafe for PrivateClusterConfig
impl Send for PrivateClusterConfig
impl Sync for PrivateClusterConfig
impl Unpin for PrivateClusterConfig
impl UnwindSafe for PrivateClusterConfig
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