#[non_exhaustive]pub struct PhysicalConnectionRequirements { /* private fields */ }Expand description
Specifies the physical requirements for a connection.
Implementations§
source§impl PhysicalConnectionRequirements
impl PhysicalConnectionRequirements
sourcepub fn security_group_id_list(&self) -> Option<&[String]>
pub fn security_group_id_list(&self) -> Option<&[String]>
The security group ID list used by the connection.
sourcepub fn availability_zone(&self) -> Option<&str>
pub fn availability_zone(&self) -> Option<&str>
The connection's Availability Zone. This field is redundant because the specified subnet implies the Availability Zone to be used. Currently the field must be populated, but it will be deprecated in the future.
source§impl PhysicalConnectionRequirements
impl PhysicalConnectionRequirements
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PhysicalConnectionRequirements.
Trait Implementations§
source§impl Clone for PhysicalConnectionRequirements
impl Clone for PhysicalConnectionRequirements
source§fn clone(&self) -> PhysicalConnectionRequirements
fn clone(&self) -> PhysicalConnectionRequirements
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<PhysicalConnectionRequirements> for PhysicalConnectionRequirements
impl PartialEq<PhysicalConnectionRequirements> for PhysicalConnectionRequirements
source§fn eq(&self, other: &PhysicalConnectionRequirements) -> bool
fn eq(&self, other: &PhysicalConnectionRequirements) -> bool
This method tests for
self and other values to be equal, and is used
by ==.