Sha256: f0b54931b01bdf5b9e68899f4b1aaa0a236e0839129d9d7e08e8a27a2bcb97a7

Contents?: true

Size: 302 Bytes

Versions: 101

Compression:

Stored size: 302 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 sa-east-1
        }
      end
    end
  end
end

Version data entries

101 entries across 101 versions & 1 rubygems

Version Path
bosh-stemcell-1.3160.0 lib/bosh/stemcell/aws/region.rb
bosh-stemcell-1.3157.0 lib/bosh/stemcell/aws/region.rb
bosh-stemcell-1.3156.0 lib/bosh/stemcell/aws/region.rb
bosh-stemcell-1.3155.0 lib/bosh/stemcell/aws/region.rb
bosh-stemcell-1.3153.0 lib/bosh/stemcell/aws/region.rb
bosh-stemcell-1.3149.0 lib/bosh/stemcell/aws/region.rb
bosh-stemcell-1.3148.0 lib/bosh/stemcell/aws/region.rb
bosh-stemcell-1.3147.0 lib/bosh/stemcell/aws/region.rb
bosh-stemcell-1.3146.0 lib/bosh/stemcell/aws/region.rb
bosh-stemcell-1.3145.0 lib/bosh/stemcell/aws/region.rb
bosh-stemcell-1.3144.0 lib/bosh/stemcell/aws/region.rb
bosh-stemcell-1.3143.0 lib/bosh/stemcell/aws/region.rb
bosh-stemcell-1.3142.0 lib/bosh/stemcell/aws/region.rb
bosh-stemcell-1.3140.0 lib/bosh/stemcell/aws/region.rb
bosh-stemcell-1.3139.0 lib/bosh/stemcell/aws/region.rb
bosh-stemcell-1.3138.0 lib/bosh/stemcell/aws/region.rb
bosh-stemcell-1.3137.0 lib/bosh/stemcell/aws/region.rb
bosh-stemcell-1.3130.0 lib/bosh/stemcell/aws/region.rb
bosh-stemcell-1.3126.0 lib/bosh/stemcell/aws/region.rb
bosh-stemcell-1.3125.0 lib/bosh/stemcell/aws/region.rb