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

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

Overview

Describes a static route for a VPN connection.

Constant Summary collapse

SENSITIVE =
[]

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)


68581
68582
68583
68584
68585
68586
68587
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68581

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

#sourceString

Indicates how the routes were provided.

Returns:

  • (String)


68581
68582
68583
68584
68585
68586
68587
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68581

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

#stateString

The current state of the static route.

Returns:

  • (String)


68581
68582
68583
68584
68585
68586
68587
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68581

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