class Azure::Hdinsight::Mgmt::V2018_06_01_preview::Models::HardwareProfile

The hardware profile.

Attributes

vm_size[RW]

@return [String] The size of the VM

Private Class Methods

mapper() click to toggle source

Mapper for HardwareProfile class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/models/hardware_profile.rb, line 23
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'HardwareProfile',
    type: {
      name: 'Composite',
      class_name: 'HardwareProfile',
      model_properties: {
        vm_size: {
          client_side_validation: true,
          required: false,
          serialized_name: 'vmSize',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end