Sha256: adf016c81a99932db458dfc1b8dee9c9be7e89ce40e21f05d412087975804d5b

Contents?: true

Size: 350 Bytes

Versions: 48

Compression:

Stored size: 350 Bytes

Contents

# rubocop:disable all
Aws.config[:ec2] = {
  stub_responses: {
    describe_vpn_connections: {
      vpn_connections: [
        {
          vpn_connection_id: 'vpn-cg5692g4',
          customer_gateway_id: 'cgw-cg5692g4',
          vpn_gateway_id: 'vgw-cg5692g4',
          state: 'available',
          type: "ipsec.1"
        }
      ]
    }
  }
}

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
awspec-0.62.1 lib/awspec/stub/vpn_connection.rb
awspec-0.62.0 lib/awspec/stub/vpn_connection.rb
awspec-0.61.1 lib/awspec/stub/vpn_connection.rb
awspec-0.61.0 lib/awspec/stub/vpn_connection.rb
awspec-0.60.1 lib/awspec/stub/vpn_connection.rb
awspec-0.60.0 lib/awspec/stub/vpn_connection.rb
awspec-0.59.0 lib/awspec/stub/vpn_connection.rb
awspec-0.58.0 lib/awspec/stub/vpn_connection.rb