pub struct ManagedZonePrivateVisibilityConfig {
pub gke_clusters: Option<Vec<ManagedZonePrivateVisibilityConfigGKECluster>>,
pub kind: Option<String>,
pub networks: Option<Vec<ManagedZonePrivateVisibilityConfigNetwork>>,
}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_clusters: Option<Vec<ManagedZonePrivateVisibilityConfigGKECluster>>The list of Google Kubernetes Engine clusters that can see this zone.
kind: Option<String>no description provided
networks: Option<Vec<ManagedZonePrivateVisibilityConfigNetwork>>The list of VPC networks that can see this zone.
Trait Implementations§
Source§impl Clone for ManagedZonePrivateVisibilityConfig
impl Clone for ManagedZonePrivateVisibilityConfig
Source§fn clone(&self) -> ManagedZonePrivateVisibilityConfig
fn clone(&self) -> ManagedZonePrivateVisibilityConfig
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 ManagedZonePrivateVisibilityConfig
impl Default for ManagedZonePrivateVisibilityConfig
Source§fn default() -> ManagedZonePrivateVisibilityConfig
fn default() -> ManagedZonePrivateVisibilityConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ManagedZonePrivateVisibilityConfig
impl<'de> Deserialize<'de> for ManagedZonePrivateVisibilityConfig
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 ManagedZonePrivateVisibilityConfig
Auto Trait Implementations§
impl Freeze for ManagedZonePrivateVisibilityConfig
impl RefUnwindSafe for ManagedZonePrivateVisibilityConfig
impl Send for ManagedZonePrivateVisibilityConfig
impl Sync for ManagedZonePrivateVisibilityConfig
impl Unpin for ManagedZonePrivateVisibilityConfig
impl UnwindSafe for ManagedZonePrivateVisibilityConfig
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