Sha256: 92ae5d165041c18e44ed1dc5a218464363ff5fb7f5806f78cd63c851bf6038fd

Contents?: true

Size: 328 Bytes

Versions: 153

Compression:

Stored size: 328 Bytes

Contents

# rubocop:disable all
Aws.config[:ec2] = {
  stub_responses: {
    describe_customer_gateways: {
      customer_gateways: [
        {
          customer_gateway_id: 'cgw-cg5692g4',
          ip_address: '1.1.1.1',
          state: 'available',
          type: "ipsec.1",
          bgp_asn: "65000"
        }
      ]
    }
  }
}

Version data entries

153 entries across 153 versions & 4 rubygems

Version Path
awspec-1.23.0 lib/awspec/stub/customer_gateway.rb
awspec-1.22.1 lib/awspec/stub/customer_gateway.rb
awspec-1.22.0 lib/awspec/stub/customer_gateway.rb
awspec-1.21.1 lib/awspec/stub/customer_gateway.rb
awspec-1.21.0 lib/awspec/stub/customer_gateway.rb
awspec-1.20.0 lib/awspec/stub/customer_gateway.rb
awspec-1.19.2 lib/awspec/stub/customer_gateway.rb
awspec-1.19.1 lib/awspec/stub/customer_gateway.rb
awspec-1.19.0 lib/awspec/stub/customer_gateway.rb
cthiesfork-awspec-1.2.4 lib/awspec/stub/customer_gateway.rb
awspec-api_gateway_extended-1.2.4 lib/awspec/stub/customer_gateway.rb
awspec-api_gateway_extended-1.2.3 lib/awspec/stub/customer_gateway.rb
awspec-1.18.6 lib/awspec/stub/customer_gateway.rb
cthiesfork-awspec-1.2.2 lib/awspec/stub/customer_gateway.rb
cthiesfork-awspec-1.2.1 lib/awspec/stub/customer_gateway.rb
awspec-1.18.5 lib/awspec/stub/customer_gateway.rb
cthiesfork-awspec-1.2.0 lib/awspec/stub/customer_gateway.rb
cthiesfork-awspec-1.1.0 lib/awspec/stub/customer_gateway.rb
cthiesfork-awspec-1.0.0 lib/awspec/stub/customer_gateway.rb
awspec-1.18.4 lib/awspec/stub/customer_gateway.rb