Struct aws_sdk_globalaccelerator::model::IpSet
source · [−]#[non_exhaustive]pub struct IpSet { /* private fields */ }Expand description
A complex type for the set of IP addresses for an accelerator.
Implementations
sourceimpl IpSet
impl IpSet
sourcepub fn ip_family(&self) -> Option<&str>
👎Deprecated: IpFamily has been replaced by IpAddressFamily
pub fn ip_family(&self) -> Option<&str>
IpFamily has been replaced by IpAddressFamily
IpFamily is deprecated and has been replaced by IpAddressFamily.
sourcepub fn ip_addresses(&self) -> Option<&[String]>
pub fn ip_addresses(&self) -> Option<&[String]>
The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.
sourcepub fn ip_address_family(&self) -> Option<&IpAddressFamily>
pub fn ip_address_family(&self) -> Option<&IpAddressFamily>
The types of IP addresses included in this IP set.
Trait Implementations
impl StructuralPartialEq for IpSet
Auto Trait Implementations
impl RefUnwindSafe for IpSet
impl Send for IpSet
impl Sync for IpSet
impl Unpin for IpSet
impl UnwindSafe for IpSet
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