ElasticLoadBalancer class

Describes an Elastic Load Balancing instance.

Constructors

ElasticLoadBalancer({List<String>? availabilityZones, String? dnsName, List<String>? ec2InstanceIds, String? elasticLoadBalancerName, String? layerId, String? region, String? stackId, List<String>? subnetIds, String? vpcId})
ElasticLoadBalancer.fromJson(Map<String, dynamic> json)
factory

Properties

availabilityZones List<String>?
A list of Availability Zones.
final
dnsName String?
The instance's public DNS name.
final
ec2InstanceIds List<String>?
A list of the EC2 instances that the Elastic Load Balancing instance is managing traffic for.
final
elasticLoadBalancerName String?
The Elastic Load Balancing instance's name.
final
hashCode int
The hash code for this object.
no setterinherited
layerId String?
The ID of the layer that the instance is attached to.
final
region String?
The instance's AWS region.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackId String?
The ID of the stack that the instance is associated with.
final
subnetIds List<String>?
A list of subnet IDs, if the stack is running in a VPC.
final
vpcId String?
The VPC ID.
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