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.28.1 lib/awspec/stub/vpn_gateway.rb
awspec-1.28.0 lib/awspec/stub/vpn_gateway.rb
awspec-1.27.1 lib/awspec/stub/vpn_gateway.rb
awspec-1.27.0 lib/awspec/stub/vpn_gateway.rb
awspec-1.26.0 lib/awspec/stub/vpn_gateway.rb
awspec-1.25.2 lib/awspec/stub/vpn_gateway.rb
awspec-1.25.1 lib/awspec/stub/vpn_gateway.rb
awspec-1.25.0 lib/awspec/stub/vpn_gateway.rb
awspec-1.24.4 lib/awspec/stub/vpn_gateway.rb
awspec-1.24.3 lib/awspec/stub/vpn_gateway.rb
awspec-1.24.2 lib/awspec/stub/vpn_gateway.rb
awspec-1.24.1 lib/awspec/stub/vpn_gateway.rb
awspec-1.24.0 lib/awspec/stub/vpn_gateway.rb
awspec-1.23.0 lib/awspec/stub/vpn_gateway.rb
awspec-1.22.1 lib/awspec/stub/vpn_gateway.rb
awspec-1.22.0 lib/awspec/stub/vpn_gateway.rb
awspec-1.21.1 lib/awspec/stub/vpn_gateway.rb
awspec-1.21.0 lib/awspec/stub/vpn_gateway.rb
awspec-1.20.0 lib/awspec/stub/vpn_gateway.rb
awspec-1.19.2 lib/awspec/stub/vpn_gateway.rb