Struct aws_sdk_networkfirewall::model::IpSetMetadata
source · [−]#[non_exhaustive]pub struct IpSetMetadata { /* private fields */ }
Expand description
General information about the IP set.
Implementations
sourceimpl IpSetMetadata
impl IpSetMetadata
sourcepub fn resolved_cidr_count(&self) -> Option<i32>
pub fn resolved_cidr_count(&self) -> Option<i32>
Describes the total number of CIDR blocks currently in use by the IP set references in a firewall. To determine how many CIDR blocks are available for you to use in a firewall, you can call AvailableCIDRCount
.
sourceimpl IpSetMetadata
impl IpSetMetadata
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture IpSetMetadata
.
Trait Implementations
sourceimpl Clone for IpSetMetadata
impl Clone for IpSetMetadata
sourcefn clone(&self) -> IpSetMetadata
fn clone(&self) -> IpSetMetadata
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for IpSetMetadata
impl Debug for IpSetMetadata
sourceimpl PartialEq<IpSetMetadata> for IpSetMetadata
impl PartialEq<IpSetMetadata> for IpSetMetadata
sourcefn eq(&self, other: &IpSetMetadata) -> bool
fn eq(&self, other: &IpSetMetadata) -> bool
impl StructuralPartialEq for IpSetMetadata
Auto Trait Implementations
impl RefUnwindSafe for IpSetMetadata
impl Send for IpSetMetadata
impl Sync for IpSetMetadata
impl Unpin for IpSetMetadata
impl UnwindSafe for IpSetMetadata
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more