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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Information about a Client VPN endpoint route.

Constant Summary collapse

SENSITIVE =
[]

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)


7509
7510
7511
7512
7513
7514
7515
7516
7517
7518
7519
7520
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 7509

class ClientVpnRoute < Struct.new(
  :client_vpn_endpoint_id,
  :destination_cidr,
  :target_subnet,
  :type,
  :origin,
  :status,
  :description,
  :transit_gateway_attachment_id)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A brief description of the route.

Returns:

  • (String)


7509
7510
7511
7512
7513
7514
7515
7516
7517
7518
7519
7520
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 7509

class ClientVpnRoute < Struct.new(
  :client_vpn_endpoint_id,
  :destination_cidr,
  :target_subnet,
  :type,
  :origin,
  :status,
  :description,
  :transit_gateway_attachment_id)
  SENSITIVE = []
  include Aws::Structure
end

#destination_cidrString

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

Returns:

  • (String)


7509
7510
7511
7512
7513
7514
7515
7516
7517
7518
7519
7520
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 7509

class ClientVpnRoute < Struct.new(
  :client_vpn_endpoint_id,
  :destination_cidr,
  :target_subnet,
  :type,
  :origin,
  :status,
  :description,
  :transit_gateway_attachment_id)
  SENSITIVE = []
  include Aws::Structure
end

#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)


7509
7510
7511
7512
7513
7514
7515
7516
7517
7518
7519
7520
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 7509

class ClientVpnRoute < Struct.new(
  :client_vpn_endpoint_id,
  :destination_cidr,
  :target_subnet,
  :type,
  :origin,
  :status,
  :description,
  :transit_gateway_attachment_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::ClientVpnRouteStatus

The current state of the route.



7509
7510
7511
7512
7513
7514
7515
7516
7517
7518
7519
7520
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 7509

class ClientVpnRoute < Struct.new(
  :client_vpn_endpoint_id,
  :destination_cidr,
  :target_subnet,
  :type,
  :origin,
  :status,
  :description,
  :transit_gateway_attachment_id)
  SENSITIVE = []
  include Aws::Structure
end

#target_subnetString

The ID of the subnet through which traffic is routed.

Returns:

  • (String)


7509
7510
7511
7512
7513
7514
7515
7516
7517
7518
7519
7520
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 7509

class ClientVpnRoute < Struct.new(
  :client_vpn_endpoint_id,
  :destination_cidr,
  :target_subnet,
  :type,
  :origin,
  :status,
  :description,
  :transit_gateway_attachment_id)
  SENSITIVE = []
  include Aws::Structure
end

#transit_gateway_attachment_idString

The ID of the Transit Gateway attachment, if the route targets a Transit Gateway.

Returns:

  • (String)


7509
7510
7511
7512
7513
7514
7515
7516
7517
7518
7519
7520
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 7509

class ClientVpnRoute < Struct.new(
  :client_vpn_endpoint_id,
  :destination_cidr,
  :target_subnet,
  :type,
  :origin,
  :status,
  :description,
  :transit_gateway_attachment_id)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The route type.

Returns:

  • (String)


7509
7510
7511
7512
7513
7514
7515
7516
7517
7518
7519
7520
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 7509

class ClientVpnRoute < Struct.new(
  :client_vpn_endpoint_id,
  :destination_cidr,
  :target_subnet,
  :type,
  :origin,
  :status,
  :description,
  :transit_gateway_attachment_id)
  SENSITIVE = []
  include Aws::Structure
end