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-1.11.0 lib/awspec/stub/vpn_gateway.rb
awspec-1.10.0 lib/awspec/stub/vpn_gateway.rb
awspec-1.9.0 lib/awspec/stub/vpn_gateway.rb
awspec-1.8.0 lib/awspec/stub/vpn_gateway.rb
awspec-1.7.0 lib/awspec/stub/vpn_gateway.rb
awspec-1.6.1 lib/awspec/stub/vpn_gateway.rb
awspec-1.6.0 lib/awspec/stub/vpn_gateway.rb
awspec-1.5.4 lib/awspec/stub/vpn_gateway.rb
awspec-1.5.3 lib/awspec/stub/vpn_gateway.rb
awspec-1.5.2 lib/awspec/stub/vpn_gateway.rb
awspec-1.5.1 lib/awspec/stub/vpn_gateway.rb
awspec-1.5.0 lib/awspec/stub/vpn_gateway.rb
awspec-1.4.3 lib/awspec/stub/vpn_gateway.rb
awspec-1.4.2 lib/awspec/stub/vpn_gateway.rb
awspec-1.4.1 lib/awspec/stub/vpn_gateway.rb
awspec-1.4.0 lib/awspec/stub/vpn_gateway.rb
awspec-1.3.1 lib/awspec/stub/vpn_gateway.rb
awspec-1.3.0 lib/awspec/stub/vpn_gateway.rb
awspec-1.2.0 lib/awspec/stub/vpn_gateway.rb
awspec-1.1.0 lib/awspec/stub/vpn_gateway.rb