Endpoint class
Specifies a connection endpoint.
For the data structure that represents Amazon Neptune DB cluster endpoints,
see DBClusterEndpoint
.
Constructors
- Endpoint({String? address, String? hostedZoneId, int? port})
- Endpoint.fromXml(XmlElement elem)
-
factory
Properties
- address → String?
-
Specifies the DNS address of the DB instance.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hostedZoneId → String?
-
Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
final
- port → int?
-
Specifies the port that the database engine is listening on.
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