pub struct MasterAuthorizedNetworksConfig {
pub enabled: bool,
pub cidrBlocks: Vec<CiDrBlock>,
pub gcpPublicCidrsAccessEnabled: bool,
pub privateEndpointEnforcementEnabled: bool,
}Fields§
§enabled: bool§cidrBlocks: Vec<CiDrBlock>§gcpPublicCidrsAccessEnabled: bool§privateEndpointEnforcementEnabled: boolTrait Implementations§
Source§impl Default for MasterAuthorizedNetworksConfig
impl Default for MasterAuthorizedNetworksConfig
Source§fn default() -> MasterAuthorizedNetworksConfig
fn default() -> MasterAuthorizedNetworksConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MasterAuthorizedNetworksConfig
impl<'de> Deserialize<'de> for MasterAuthorizedNetworksConfig
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
Auto Trait Implementations§
impl Freeze for MasterAuthorizedNetworksConfig
impl RefUnwindSafe for MasterAuthorizedNetworksConfig
impl Send for MasterAuthorizedNetworksConfig
impl Sync for MasterAuthorizedNetworksConfig
impl Unpin for MasterAuthorizedNetworksConfig
impl UnsafeUnpin for MasterAuthorizedNetworksConfig
impl UnwindSafe for MasterAuthorizedNetworksConfig
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