Sha256: b74e24c4ab0374c11c6d8575b925e9716d82ef4bfd7388bbf4acaf9bc94cb487

Contents?: true

Size: 327 Bytes

Versions: 17

Compression:

Stored size: 327 Bytes

Contents

require 'net/http'

module Bosh
  module Stemcell
    module Aws
      class Region
        DEFAULT = 'us-east-1'
        REGIONS = %w{
          us-east-1 us-west-1 us-west-2 eu-west-1 eu-central-1
          ap-southeast-1 ap-southeast-2 ap-northeast-1 ap-northeast-2
          sa-east-1
        }
      end
    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
bosh-stemcell-1.3262.24.0 lib/bosh/stemcell/aws/region.rb
bosh-stemcell-1.3232.24.0 lib/bosh/stemcell/aws/region.rb
bosh-stemcell-1.3232.14.0 lib/bosh/stemcell/aws/region.rb
bosh-stemcell-1.3262.4.0 lib/bosh/stemcell/aws/region.rb
bosh-stemcell-1.3262.0 lib/bosh/stemcell/aws/region.rb
bosh-stemcell-1.3232.0 lib/bosh/stemcell/aws/region.rb
bosh-stemcell-1.3215.4.0 lib/bosh/stemcell/aws/region.rb
bosh-stemcell-1.3215.3.0 lib/bosh/stemcell/aws/region.rb
bosh-stemcell-1.3215.0 lib/bosh/stemcell/aws/region.rb
bosh-stemcell-1.3213.0 lib/bosh/stemcell/aws/region.rb
bosh-stemcell-1.3202.0 lib/bosh/stemcell/aws/region.rb
bosh-stemcell-1.3200.0 lib/bosh/stemcell/aws/region.rb
bosh-stemcell-1.3197.0 lib/bosh/stemcell/aws/region.rb
bosh-stemcell-1.3196.0 lib/bosh/stemcell/aws/region.rb
bosh-stemcell-1.3192.0 lib/bosh/stemcell/aws/region.rb
bosh-stemcell-1.3191.0 lib/bosh/stemcell/aws/region.rb
bosh-stemcell-1.3189.0 lib/bosh/stemcell/aws/region.rb