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

Class: Aws::EC2::Types::VpnStaticRoute

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

Overview

Describes a static route for a VPN connection.

Instance Attribute Summary collapse

Instance Attribute Details

#destination_cidr_blockString

The CIDR block associated with the local subnet of the customer data center.

Returns:

  • (String)

    The CIDR block associated with the local subnet of the customer data center.

#sourceString

Indicates how the routes were provided.

Possible values:

  • Static

Returns:

  • (String)

    Indicates how the routes were provided.

#stateString

The current state of the static route.

Possible values:

  • pending
  • available
  • deleting
  • deleted

Returns:

  • (String)

    The current state of the static route.