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.2941.0 | lib/bosh/stemcell/aws/region.rb |