You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DirectConnect::Types::VirtualGateway

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about a virtual private gateway for a private virtual interface.

Instance Attribute Summary collapse

Instance Attribute Details

#virtual_gateway_idString

The ID of the virtual private gateway.

Returns:

  • (String)

    The ID of the virtual private gateway.

#virtual_gateway_stateString

The state of the virtual private gateway. The following are the possible values:

  • pending: Initial state after creating the virtual private gateway.

  • available: Ready for use by a private virtual interface.

  • deleting: Initial state after deleting the virtual private gateway.

  • deleted: The virtual private gateway is deleted. The private virtual interface is unable to send traffic over this gateway.

Returns:

  • (String)

    The state of the virtual private gateway.