#[non_exhaustive]pub struct SubnetMapping { /* private fields */ }
Expand description
Information about a subnet mapping.
Implementations§
source§impl SubnetMapping
impl SubnetMapping
sourcepub fn allocation_id(&self) -> Option<&str>
pub fn allocation_id(&self) -> Option<&str>
[Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.
sourcepub fn private_i_pv4_address(&self) -> Option<&str>
pub fn private_i_pv4_address(&self) -> Option<&str>
[Network Load Balancers] The private IPv4 address for an internal load balancer.
sourcepub fn i_pv6_address(&self) -> Option<&str>
pub fn i_pv6_address(&self) -> Option<&str>
[Network Load Balancers] The IPv6 address.
source§impl SubnetMapping
impl SubnetMapping
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SubnetMapping
.
Trait Implementations§
source§impl Clone for SubnetMapping
impl Clone for SubnetMapping
source§fn clone(&self) -> SubnetMapping
fn clone(&self) -> SubnetMapping
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 SubnetMapping
impl Debug for SubnetMapping
source§impl PartialEq<SubnetMapping> for SubnetMapping
impl PartialEq<SubnetMapping> for SubnetMapping
source§fn eq(&self, other: &SubnetMapping) -> bool
fn eq(&self, other: &SubnetMapping) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.