LoadBalancer class
Information about a load balancer.
Constructors
-
LoadBalancer({List<
AvailabilityZone> ? availabilityZones, String? canonicalHostedZoneId, DateTime? createdTime, String? customerOwnedIpv4Pool, String? dNSName, IpAddressType? ipAddressType, String? loadBalancerArn, String? loadBalancerName, LoadBalancerSchemeEnum? scheme, List<String> ? securityGroups, LoadBalancerState? state, LoadBalancerTypeEnum? type, String? vpcId}) - LoadBalancer.fromXml(XmlElement elem)
-
factory
Properties
-
availabilityZones
→ List<
AvailabilityZone> ? -
The subnets for the load balancer.
final
- canonicalHostedZoneId → String?
-
The ID of the Amazon Route 53 hosted zone associated with the load balancer.
final
- createdTime → DateTime?
-
The date and time the load balancer was created.
final
- customerOwnedIpv4Pool → String?
-
Application Load Balancers on Outposts
The ID of the customer-owned address pool.final - dNSName → String?
-
The public DNS name of the load balancer.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- ipAddressType → IpAddressType?
-
The type of IP addresses used by the subnets for your load balancer. The
possible values are
ipv4
(for IPv4 addresses) anddualstack
(for IPv4 and IPv6 addresses).final - loadBalancerArn → String?
-
The Amazon Resource Name (ARN) of the load balancer.
final
- loadBalancerName → String?
-
The name of the load balancer.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scheme → LoadBalancerSchemeEnum?
-
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.
final
-
securityGroups
→ List<
String> ? -
The IDs of the security groups for the load balancer.
final
- state → LoadBalancerState?
-
The state of the load balancer.
final
- type → LoadBalancerTypeEnum?
-
The type of load balancer.
final
- vpcId → String?
-
The ID of the VPC for the load balancer.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited