#[non_exhaustive]pub struct CreateVerifiedAccessEndpointLoadBalancerOptions { /* 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 CreateVerifiedAccessEndpointLoadBalancerOptions
impl CreateVerifiedAccessEndpointLoadBalancerOptions
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 CreateVerifiedAccessEndpointLoadBalancerOptions
impl CreateVerifiedAccessEndpointLoadBalancerOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateVerifiedAccessEndpointLoadBalancerOptions
.
Trait Implementations§
source§impl Clone for CreateVerifiedAccessEndpointLoadBalancerOptions
impl Clone for CreateVerifiedAccessEndpointLoadBalancerOptions
source§fn clone(&self) -> CreateVerifiedAccessEndpointLoadBalancerOptions
fn clone(&self) -> CreateVerifiedAccessEndpointLoadBalancerOptions
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<CreateVerifiedAccessEndpointLoadBalancerOptions> for CreateVerifiedAccessEndpointLoadBalancerOptions
impl PartialEq<CreateVerifiedAccessEndpointLoadBalancerOptions> for CreateVerifiedAccessEndpointLoadBalancerOptions
source§fn eq(&self, other: &CreateVerifiedAccessEndpointLoadBalancerOptions) -> bool
fn eq(&self, other: &CreateVerifiedAccessEndpointLoadBalancerOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.