Location class

Information about an AWS Direct Connect location.

Constructors

Location({List<String>? availablePortSpeeds, List<String>? availableProviders, String? locationCode, String? locationName, String? region})
Location.fromJson(Map<String, dynamic> json)
factory

Properties

availablePortSpeeds List<String>?
The available port speeds for the location.
final
availableProviders List<String>?
The name of the service provider for the location.
final
hashCode int
The hash code for this object.
no setterinherited
locationCode String?
The code for the location.
final
locationName String?
The name of the location. This includes the name of the colocation partner and the physical site of the building.
final
region String?
The AWS Region for the location.
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