VpcPeeringConnectionStatus class
Represents status information for a VPC peering connection. Status is associated with a VpcPeeringConnection object. Status codes and messages are provided from EC2 (see VpcPeeringConnectionStateReason). Connection status information is also communicated as a fleet Event.
Constructors
- VpcPeeringConnectionStatus({String? code, String? message})
-
VpcPeeringConnectionStatus.fromJson(Map<
String, dynamic> json) -
factory
Properties
- code → String?
-
Code indicating the status of a VPC peering connection.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String?
-
Additional messaging associated with the connection status.
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