SubnetMapping class

Information about a subnet mapping.

Constructors

SubnetMapping({String? allocationId, String? iPv6Address, String? privateIPv4Address, String? subnetId})

Properties

allocationId String?
Network Load Balancers The allocation ID of the Elastic IP address for an internet-facing load balancer.
final
hashCode int
The hash code for this object.
no setterinherited
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
subnetId String?
The ID of the subnet.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited