class Azure::Hdinsight::Mgmt::V2015_03_01_preview::Models::HardwareProfile
The hardware profile.
Attributes
vm_size[RW]
@return [String] The size of the VM
Public Class Methods
mapper()
click to toggle source
Mapper for HardwareProfile
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2015-03-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