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.19.1 lib/awspec/stub/vpn_gateway.rb
awspec-1.19.0 lib/awspec/stub/vpn_gateway.rb
cthiesfork-awspec-1.2.4 lib/awspec/stub/vpn_gateway.rb
awspec-api_gateway_extended-1.2.4 lib/awspec/stub/vpn_gateway.rb
awspec-api_gateway_extended-1.2.3 lib/awspec/stub/vpn_gateway.rb
awspec-1.18.6 lib/awspec/stub/vpn_gateway.rb
cthiesfork-awspec-1.2.2 lib/awspec/stub/vpn_gateway.rb
cthiesfork-awspec-1.2.1 lib/awspec/stub/vpn_gateway.rb
awspec-1.18.5 lib/awspec/stub/vpn_gateway.rb
cthiesfork-awspec-1.2.0 lib/awspec/stub/vpn_gateway.rb
cthiesfork-awspec-1.1.0 lib/awspec/stub/vpn_gateway.rb
cthiesfork-awspec-1.0.0 lib/awspec/stub/vpn_gateway.rb
awspec-1.18.4 lib/awspec/stub/vpn_gateway.rb
awspec-1.18.3 lib/awspec/stub/vpn_gateway.rb
awspec-1.18.2 lib/awspec/stub/vpn_gateway.rb
awspec-1.18.1 lib/awspec/stub/vpn_gateway.rb
awspec-1.18.0 lib/awspec/stub/vpn_gateway.rb
awspec-1.17.4 lib/awspec/stub/vpn_gateway.rb
awspec-1.17.3 lib/awspec/stub/vpn_gateway.rb
awspec-1.17.2 lib/awspec/stub/vpn_gateway.rb