Struct aws_sdk_elasticloadbalancingv2::model::load_balancer::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for LoadBalancer
Implementations
The Amazon Resource Name (ARN) of the load balancer.
The Amazon Resource Name (ARN) of the load balancer.
The public DNS name of the load balancer.
The public DNS name of the load balancer.
The ID of the Amazon Route 53 hosted zone associated with the load balancer.
The ID of the Amazon Route 53 hosted zone associated with the load balancer.
The date and time the load balancer was created.
The date and time the load balancer was created.
The name of the load balancer.
The name of the load balancer.
The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.
The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.
The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet.
The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.
The ID of the VPC for the load balancer.
The state of the load balancer.
The state of the load balancer.
The type of load balancer.
The type of load balancer.
Appends an item to availability_zones
.
To override the contents of this collection use set_availability_zones
.
The subnets for the load balancer.
The subnets for the load balancer.
Appends an item to security_groups
.
To override the contents of this collection use set_security_groups
.
The IDs of the security groups for the load balancer.
The IDs of the security groups for the load balancer.
The type of IP addresses used by the subnets for your load balancer. The possible values
are ipv4
(for IPv4 addresses) and dualstack
(for IPv4 and IPv6
addresses).
The type of IP addresses used by the subnets for your load balancer. The possible values
are ipv4
(for IPv4 addresses) and dualstack
(for IPv4 and IPv6
addresses).
[Application Load Balancers on Outposts] The ID of the customer-owned address pool.
[Application Load Balancers on Outposts] The ID of the customer-owned address pool.
Consumes the builder and constructs a LoadBalancer
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more