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

Class: Aws::EC2::Types::ClientVpnRoute

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

Overview

Information about a Client VPN endpoint route.

Instance Attribute Summary collapse

Instance Attribute Details

#client_vpn_endpoint_idString

The ID of the Client VPN endpoint with which the route is associated.

Returns:

  • (String)

    The ID of the Client VPN endpoint with which the route is associated.

#descriptionString

A brief description of the route.

Returns:

  • (String)

    A brief description of the route.

#destination_cidrString

The IPv4 address range, in CIDR notation, of the route destination.

Returns:

  • (String)

    The IPv4 address range, in CIDR notation, of the route destination.

#originString

Indicates how the route was associated with the Client VPN endpoint. associate indicates that the route was automatically added when the target network was associated with the Client VPN endpoint. add-route indicates that the route was manually added using the CreateClientVpnRoute action.

Returns:

  • (String)

    Indicates how the route was associated with the Client VPN endpoint.

#statusTypes::ClientVpnRouteStatus

The current state of the route.

Returns:

#target_subnetString

The ID of the subnet through which traffic is routed.

Returns:

  • (String)

    The ID of the subnet through which traffic is routed.

#typeString

The route type.

Returns:

  • (String)

    The route type.