Class: Chef::Provisioning::AzureRM::Constants::MachineSize

Inherits:
Object
  • Object
show all
Defined in:
lib/chef/provisioning/azurerm/constants.rb

Overview

Constants for describing VM sizes in Azure

Constant Summary collapse

EXTRASMALL =

Put in machine specs here...

"ExtraSmall"
SMALL =

What is this?

"Small"
MEDIUM =

Are these now A2?

"Medium"
LARGE =
"Large"
XLARGE =
"ExtraLarge"
A5 =
"A5"
A6 =
"A6"
A7 =
"A7"
BASIC_A0 =
"Basic_A0"
BASIC_A1 =
"Basic_A1"
BASIC_A2 =
"Basic_A2"
BASIC_A3 =
"Basic_A3"
BASIC_A4 =
"Basic_A4"