class Azure::Hdinsight::Mgmt::V2015_03_01_preview::Models::QuotaInfo

The quota properties for the cluster.

Attributes

cores_used[RW]

@return [Integer] The cores used by the cluster.

Public Class Methods

mapper() click to toggle source

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

# File lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/quota_info.rb, line 23
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'QuotaInfo',
    type: {
      name: 'Composite',
      class_name: 'QuotaInfo',
      model_properties: {
        cores_used: {
          client_side_validation: true,
          required: false,
          serialized_name: 'coresUsed',
          type: {
            name: 'Number'
          }
        }
      }
    }
  }
end