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

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

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)


37633
37634
37635
37636
37637
37638
# File 'lib/aws-sdk-ec2/types.rb', line 37633

class VpnStaticRoute < Struct.new(
  :destination_cidr_block,
  :source,
  :state)
  include Aws::Structure
end

#sourceString

Indicates how the routes were provided.

Returns:

  • (String)


37633
37634
37635
37636
37637
37638
# File 'lib/aws-sdk-ec2/types.rb', line 37633

class VpnStaticRoute < Struct.new(
  :destination_cidr_block,
  :source,
  :state)
  include Aws::Structure
end

#stateString

The current state of the static route.

Returns:

  • (String)


37633
37634
37635
37636
37637
37638
# File 'lib/aws-sdk-ec2/types.rb', line 37633

class VpnStaticRoute < Struct.new(
  :destination_cidr_block,
  :source,
  :state)
  include Aws::Structure
end