Sha256: 1638dda4183693e2bcda51ef8262d3d5e8abd93b3a4c7aa1d7b3a58a7765146d

Contents?: true

Size: 822 Bytes

Versions: 1

Compression:

Stored size: 822 Bytes

Contents

module Kontena::Plugin::Azure::Common
  LOCATIONS = [
    'East US',
    'East US 2',
    'Central US',
    'North Central US',
    'South Central US',
    'West Central US',
    'West US',
    'West US 2',
    'US Gov Virginia',
    'US Gov Iowa',
    'Canada East',
    'Canada Central',
    'Brazil South',

    'North Europe',
    'West Europe',
    'Germany Central',
    'Germany Northeast',
    'UK West',
    'UK South',

    'Southeast Asia',
    'East Asia',
    'Australia East',
    'Australia Southeast',
    'Central India',
    'West India',
    'South India',
    'Japan East',
    'Japan West',
    'China East',
    'China North'
  ].freeze

  SIZES = [
    'ExtraSmall',
    'Small',
    'Medium',
    'Large',
    'ExtraLarge'
  ]

  def locations
    LOCATIONS
  end

  def sizes
    SIZES
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kontena-plugin-azure-0.3.0 lib/kontena/plugin/azure/common.rb