#[non_exhaustive]pub struct VerifiedAccessEndpointLoadBalancerOptions { /* private fields */ }
Expand description
Describes a load balancer when creating an Amazon Web Services Verified Access endpoint using the load-balancer
type.
Implementations§
source§impl VerifiedAccessEndpointLoadBalancerOptions
impl VerifiedAccessEndpointLoadBalancerOptions
sourcepub fn protocol(&self) -> Option<&VerifiedAccessEndpointProtocol>
pub fn protocol(&self) -> Option<&VerifiedAccessEndpointProtocol>
The IP protocol.
sourcepub fn load_balancer_arn(&self) -> Option<&str>
pub fn load_balancer_arn(&self) -> Option<&str>
The ARN of the load balancer.
sourcepub fn subnet_ids(&self) -> Option<&[String]>
pub fn subnet_ids(&self) -> Option<&[String]>
The IDs of the subnets.
source§impl VerifiedAccessEndpointLoadBalancerOptions
impl VerifiedAccessEndpointLoadBalancerOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VerifiedAccessEndpointLoadBalancerOptions
.
Trait Implementations§
source§impl Clone for VerifiedAccessEndpointLoadBalancerOptions
impl Clone for VerifiedAccessEndpointLoadBalancerOptions
source§fn clone(&self) -> VerifiedAccessEndpointLoadBalancerOptions
fn clone(&self) -> VerifiedAccessEndpointLoadBalancerOptions
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<VerifiedAccessEndpointLoadBalancerOptions> for VerifiedAccessEndpointLoadBalancerOptions
impl PartialEq<VerifiedAccessEndpointLoadBalancerOptions> for VerifiedAccessEndpointLoadBalancerOptions
source§fn eq(&self, other: &VerifiedAccessEndpointLoadBalancerOptions) -> bool
fn eq(&self, other: &VerifiedAccessEndpointLoadBalancerOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.