#[non_exhaustive]pub struct NetworkInsightsAccessScopeContent { /* private fields */ }
Expand description
Describes the Network Access Scope content.
Implementations§
source§impl NetworkInsightsAccessScopeContent
impl NetworkInsightsAccessScopeContent
sourcepub fn network_insights_access_scope_id(&self) -> Option<&str>
pub fn network_insights_access_scope_id(&self) -> Option<&str>
The ID of the Network Access Scope.
sourcepub fn match_paths(&self) -> Option<&[AccessScopePath]>
pub fn match_paths(&self) -> Option<&[AccessScopePath]>
The paths to match.
sourcepub fn exclude_paths(&self) -> Option<&[AccessScopePath]>
pub fn exclude_paths(&self) -> Option<&[AccessScopePath]>
The paths to exclude.
source§impl NetworkInsightsAccessScopeContent
impl NetworkInsightsAccessScopeContent
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NetworkInsightsAccessScopeContent
.
Trait Implementations§
source§impl Clone for NetworkInsightsAccessScopeContent
impl Clone for NetworkInsightsAccessScopeContent
source§fn clone(&self) -> NetworkInsightsAccessScopeContent
fn clone(&self) -> NetworkInsightsAccessScopeContent
Returns a copy 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 PartialEq<NetworkInsightsAccessScopeContent> for NetworkInsightsAccessScopeContent
impl PartialEq<NetworkInsightsAccessScopeContent> for NetworkInsightsAccessScopeContent
source§fn eq(&self, other: &NetworkInsightsAccessScopeContent) -> bool
fn eq(&self, other: &NetworkInsightsAccessScopeContent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.