AvailabilityZone class

Information about an Availability Zone.

Constructors

AvailabilityZone({List<LoadBalancerAddress>? loadBalancerAddresses, String? outpostId, String? subnetId, String? zoneName})
AvailabilityZone.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
loadBalancerAddresses List<LoadBalancerAddress>?
Network Load Balancers If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.
final
outpostId String?
Application Load Balancers on Outposts The ID of the Outpost.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subnetId String?
The ID of the subnet. You can specify one subnet per Availability Zone.
final
zoneName String?
The name of the Availability Zone.
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