ElasticIp class

Describes an Elastic IP address.

Constructors

ElasticIp({String? domain, String? instanceId, String? ip, String? name, String? region})
ElasticIp.fromJson(Map<String, dynamic> json)
factory

Properties

domain String?
The domain.
final
hashCode int
The hash code for this object.
no setterinherited
instanceId String?
The ID of the instance that the address is attached to.
final
ip String?
The IP address.
final
name String?
The name.
final
region String?
The AWS region. For more information, see Regions and Endpoints.
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