pub struct ManagedZonePrivateVisibilityConfigGKECluster {
pub gke_cluster_name: Option<String>,
pub kind: Option<String>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§gke_cluster_name: Option<String>The resource name of the cluster to bind this ManagedZone to. This should be specified in the format like: projects//locations//clusters/*. This is referenced from GKE projects.locations.clusters.get API: https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/get
kind: Option<String>no description provided
Trait Implementations§
Source§impl Clone for ManagedZonePrivateVisibilityConfigGKECluster
impl Clone for ManagedZonePrivateVisibilityConfigGKECluster
Source§fn clone(&self) -> ManagedZonePrivateVisibilityConfigGKECluster
fn clone(&self) -> ManagedZonePrivateVisibilityConfigGKECluster
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for ManagedZonePrivateVisibilityConfigGKECluster
impl Default for ManagedZonePrivateVisibilityConfigGKECluster
Source§fn default() -> ManagedZonePrivateVisibilityConfigGKECluster
fn default() -> ManagedZonePrivateVisibilityConfigGKECluster
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ManagedZonePrivateVisibilityConfigGKECluster
impl<'de> Deserialize<'de> for ManagedZonePrivateVisibilityConfigGKECluster
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Part for ManagedZonePrivateVisibilityConfigGKECluster
Auto Trait Implementations§
impl Freeze for ManagedZonePrivateVisibilityConfigGKECluster
impl RefUnwindSafe for ManagedZonePrivateVisibilityConfigGKECluster
impl Send for ManagedZonePrivateVisibilityConfigGKECluster
impl Sync for ManagedZonePrivateVisibilityConfigGKECluster
impl Unpin for ManagedZonePrivateVisibilityConfigGKECluster
impl UnwindSafe for ManagedZonePrivateVisibilityConfigGKECluster
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
Mutably borrows from an owned value. Read more