Sha256: c6ea8a6c6c96f08100b95fb99344e082659b31d15508552040a81ea10df6f179

Contents?: true

Size: 1.95 KB

Versions: 2

Compression:

Stored size: 1.95 KB

Contents

# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.

module Azure::Compute::Mgmt::V2015_06_15
  module Models
    #
    # Describes a hardware profile.
    #
    class HardwareProfile

      include MsRestAzure

      # @return [VirtualMachineSizeTypes] The virtual machine size name.
      # Possible values include: 'Basic_A0', 'Basic_A1', 'Basic_A2',
      # 'Basic_A3', 'Basic_A4', 'Standard_A0', 'Standard_A1', 'Standard_A2',
      # 'Standard_A3', 'Standard_A4', 'Standard_A5', 'Standard_A6',
      # 'Standard_A7', 'Standard_A8', 'Standard_A9', 'Standard_A10',
      # 'Standard_A11', 'Standard_D1', 'Standard_D2', 'Standard_D3',
      # 'Standard_D4', 'Standard_D11', 'Standard_D12', 'Standard_D13',
      # 'Standard_D14', 'Standard_D1_v2', 'Standard_D2_v2', 'Standard_D3_v2',
      # 'Standard_D4_v2', 'Standard_D5_v2', 'Standard_D11_v2',
      # 'Standard_D12_v2', 'Standard_D13_v2', 'Standard_D14_v2',
      # 'Standard_DS1', 'Standard_DS2', 'Standard_DS3', 'Standard_DS4',
      # 'Standard_DS11', 'Standard_DS12', 'Standard_DS13', 'Standard_DS14',
      # 'Standard_G1', 'Standard_G2', 'Standard_G3', 'Standard_G4',
      # 'Standard_G5', 'Standard_GS1', 'Standard_GS2', 'Standard_GS3',
      # 'Standard_GS4', 'Standard_GS5'
      attr_accessor :vm_size


      #
      # Mapper for HardwareProfile class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          required: false,
          serialized_name: 'HardwareProfile',
          type: {
            name: 'Composite',
            class_name: 'HardwareProfile',
            model_properties: {
              vm_size: {
                required: false,
                serialized_name: 'vmSize',
                type: {
                  name: 'String'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_compute-0.15.1 lib/2015-06-15/generated/azure_mgmt_compute/models/hardware_profile.rb
azure_mgmt_compute-0.15.0 lib/2015-06-15/generated/azure_mgmt_compute/models/hardware_profile.rb