LoadBalancerDescription class
Information about a load balancer.
Constructors
-
LoadBalancerDescription.new({List<
String> ? availabilityZones, List<BackendServerDescription> ? backendServerDescriptions, String? canonicalHostedZoneName, String? canonicalHostedZoneNameID, DateTime? createdTime, String? dNSName, HealthCheck? healthCheck, List<Instance> ? instances, List<ListenerDescription> ? listenerDescriptions, String? loadBalancerName, Policies? policies, String? scheme, List<String> ? securityGroups, SourceSecurityGroup? sourceSecurityGroup, List<String> ? subnets, String? vPCId}) - LoadBalancerDescription.fromXml(XmlElement elem)
-
factory
Properties
-
availabilityZones
→ List<
String> ? -
The Availability Zones for the load balancer.
final
-
backendServerDescriptions
→ List<
BackendServerDescription> ? -
Information about your EC2 instances.
final
- canonicalHostedZoneName → String?
-
The DNS name of the load balancer.
final
- canonicalHostedZoneNameID → String?
-
The ID of the Amazon Route 53 hosted zone for the load balancer.
final
- createdTime → DateTime?
-
The date and time the load balancer was created.
final
- dNSName → String?
-
The DNS name of the load balancer.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- healthCheck → HealthCheck?
-
Information about the health checks conducted on the load balancer.
final
-
instances
→ List<
Instance> ? -
The IDs of the instances for the load balancer.
final
-
listenerDescriptions
→ List<
ListenerDescription> ? -
The listeners for the load balancer.
final
- loadBalancerName → String?
-
The name of the load balancer.
final
- policies → Policies?
-
The policies defined for the load balancer.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scheme → String?
-
The type of load balancer. Valid only for load balancers in a VPC.
final
-
securityGroups
→ List<
String> ? -
The security groups for the load balancer. Valid only for load balancers in
a VPC.
final
- sourceSecurityGroup → SourceSecurityGroup?
-
The security group for the load balancer, which you can use as part of your
inbound rules for your registered instances. To only allow traffic from load
balancers, add a security group rule that specifies this source security
group as the inbound source.
final
-
subnets
→ List<
String> ? -
The IDs of the subnets for the 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