DirectConnectGatewayAttachment class

Information about an attachment between a Direct Connect gateway and a virtual interface.

Constructors

DirectConnectGatewayAttachment({DirectConnectGatewayAttachmentState? attachmentState, DirectConnectGatewayAttachmentType? attachmentType, String? directConnectGatewayId, String? stateChangeError, String? virtualInterfaceId, String? virtualInterfaceOwnerAccount, String? virtualInterfaceRegion})
DirectConnectGatewayAttachment.fromJson(Map<String, dynamic> json)
factory

Properties

attachmentState DirectConnectGatewayAttachmentState?
The state of the attachment. The following are the possible values:
final
attachmentType DirectConnectGatewayAttachmentType?
The type of attachment.
final
directConnectGatewayId String?
The ID of the Direct Connect gateway.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stateChangeError String?
The error message if the state of an object failed to advance.
final
virtualInterfaceId String?
The ID of the virtual interface.
final
virtualInterfaceOwnerAccount String?
The ID of the AWS account that owns the virtual interface.
final
virtualInterfaceRegion String?
The AWS Region where the virtual interface is located.
final

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