Sha256: 427cb8dbcc1b504f69a359eebc7dbd52f42f5cc73786aa5d2366a0f0368e556d

Contents?: true

Size: 295 Bytes

Versions: 146

Compression:

Stored size: 295 Bytes

Contents

# rubocop:disable all
Aws.config[:ec2] = {
  stub_responses: {
    describe_vpn_gateways: {
      vpn_gateways: [
        {
          vpn_gateway_id: 'vgw-cg5692g4',
          availability_zone: 'us-east-1a',
          state: 'available',
          type: "ipsec.1"
        }
      ]
    }
  }
}

Version data entries

146 entries across 146 versions & 4 rubygems

Version Path
awspec-0.82.0 lib/awspec/stub/vpn_gateway.rb
awspec-0.81.1 lib/awspec/stub/vpn_gateway.rb
awspec-0.81.0 lib/awspec/stub/vpn_gateway.rb
awspec-0.80.1 lib/awspec/stub/vpn_gateway.rb
awspec-0.80.0 lib/awspec/stub/vpn_gateway.rb
awspec-0.79.2 lib/awspec/stub/vpn_gateway.rb
awspec-0.79.1 lib/awspec/stub/vpn_gateway.rb
awspec-0.79.0 lib/awspec/stub/vpn_gateway.rb
awspec-0.78.1 lib/awspec/stub/vpn_gateway.rb
awspec-0.77.1 lib/awspec/stub/vpn_gateway.rb
awspec-0.77.0 lib/awspec/stub/vpn_gateway.rb
awspec-0.76.1 lib/awspec/stub/vpn_gateway.rb
awspec-0.76.0 lib/awspec/stub/vpn_gateway.rb
awspec-0.75.2 lib/awspec/stub/vpn_gateway.rb
awspec-0.75.1 lib/awspec/stub/vpn_gateway.rb
awspec-0.75.0 lib/awspec/stub/vpn_gateway.rb
awspec-0.74.1 lib/awspec/stub/vpn_gateway.rb
awspec-0.74.0 lib/awspec/stub/vpn_gateway.rb
awspec-0.73.2 lib/awspec/stub/vpn_gateway.rb
awspec-0.73.1 lib/awspec/stub/vpn_gateway.rb