VPCRegion enum

Inheritance
Available extensions

Values

usEast_1 → const VPCRegion
usEast_2 → const VPCRegion
usWest_1 → const VPCRegion
usWest_2 → const VPCRegion
euWest_1 → const VPCRegion
euWest_2 → const VPCRegion
euWest_3 → const VPCRegion
euCentral_1 → const VPCRegion
apEast_1 → const VPCRegion
meSouth_1 → const VPCRegion
usGovWest_1 → const VPCRegion
usGovEast_1 → const VPCRegion
usIsoEast_1 → const VPCRegion
usIsobEast_1 → const VPCRegion
apSoutheast_1 → const VPCRegion
apSoutheast_2 → const VPCRegion
apSouth_1 → const VPCRegion
apNortheast_1 → const VPCRegion
apNortheast_2 → const VPCRegion
apNortheast_3 → const VPCRegion
euNorth_1 → const VPCRegion
saEast_1 → const VPCRegion
caCentral_1 → const VPCRegion
cnNorth_1 → const VPCRegion
afSouth_1 → const VPCRegion
euSouth_1 → const VPCRegion

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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
toValue() String

Available on VPCRegion, provided by the VPCRegionValueExtension extension

Operators

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

Constants

values → const List<VPCRegion>
A constant List of the values in this enum, in order of their declaration.