Struct aws_sdk_networkfirewall::model::IpSetMetadata
source · #[non_exhaustive]pub struct IpSetMetadata { /* private fields */ }
Expand description
General information about the IP set.
Implementations§
source§impl 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
.
source§impl IpSetMetadata
impl IpSetMetadata
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture IpSetMetadata
.
Trait Implementations§
source§impl Clone for IpSetMetadata
impl Clone for IpSetMetadata
source§fn clone(&self) -> IpSetMetadata
fn clone(&self) -> IpSetMetadata
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 Debug for IpSetMetadata
impl Debug for IpSetMetadata
source§impl PartialEq<IpSetMetadata> for IpSetMetadata
impl PartialEq<IpSetMetadata> for IpSetMetadata
source§fn eq(&self, other: &IpSetMetadata) -> bool
fn eq(&self, other: &IpSetMetadata) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.