LoadBalancerAddress class
Information about a static IP address for a load balancer.
Constructors
- LoadBalancerAddress({String? allocationId, String? iPv6Address, String? ipAddress, String? privateIPv4Address})
- LoadBalancerAddress.fromXml(XmlElement elem)
-
factory
Properties
- allocationId → String?
-
Network Load Balancers
The allocation ID of the Elastic IP address for an internal-facing load balancer.final - hashCode → int
-
The hash code for this object.
no setterinherited
- ipAddress → String?
-
The static IP address.
final
- iPv6Address → String?
-
Network Load Balancers
The IPv6 address.final - privateIPv4Address → String?
-
Network Load Balancers
The private IPv4 address for an internal load balancer.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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