Class: Jamf::OAPISchemas::MobileDeviceHardware

Inherits:
Jamf::OAPIObject show all
Defined in:
lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_hardware.rb

Overview

OAPI Object Model and Enums for: MobileDeviceHardware

This class was automatically genereated from the api/schema URL path on a Jamf Pro server version 10.50.0-t1693149930

This class may be used directly, e.g instances of other classes may use instances of this class as one of their own properties/attributes.

It may also be used as a superclass when implementing Jamf Pro API Resources in ruby-jss. The subclasses include appropriate mixins, and should expand on the basic functionality provided here.

Container Objects: Other object models that use this model as the value in one of their attributes.

- Jamf::OAPISchemas::MobileDeviceInventory

Sub Objects: Other object models used by this model’s attributes.

- Jamf::OAPISchemas::MobileDeviceExtensionAttribute

Endpoints and Privileges: API endpoints and HTTP operations that use this object model, and the Jamf Pro privileges needed to access them.

Constant Summary collapse

OAPI_PROPERTIES =
{

  # @!attribute capacityMb
  #   @return [Integer]
  capacityMb: {
    class: :integer
  },

  # @!attribute availableSpaceMb
  #   @return [Integer]
  availableSpaceMb: {
    class: :integer
  },

  # @!attribute usedSpacePercentage
  #   @return [Integer]
  usedSpacePercentage: {
    class: :integer
  },

  # @!attribute batteryLevel
  #   @return [Integer]
  batteryLevel: {
    class: :integer
  },

  # @!attribute serialNumber
  #   @return [String]
  serialNumber: {
    class: :string
  },

  # @!attribute wifiMacAddress
  #   @return [String]
  wifiMacAddress: {
    class: :string
  },

  # @!attribute bluetoothMacAddress
  #   @return [String]
  bluetoothMacAddress: {
    class: :string
  },

  # @!attribute modemFirmwareVersion
  #   @return [String]
  modemFirmwareVersion: {
    class: :string
  },

  # @!attribute model
  #   @return [String]
  model: {
    class: :string
  },

  # @!attribute modelIdentifier
  #   @return [String]
  modelIdentifier: {
    class: :string
  },

  # @!attribute modelNumber
  #   @return [String]
  modelNumber: {
    class: :string
  },

  # @!attribute bluetoothLowEnergyCapable
  #   @return [Boolean]
  bluetoothLowEnergyCapable: {
    class: :boolean
  },

  # @!attribute deviceId
  #   @return [String]
  deviceId: {
    class: :string
  },

  # @!attribute extensionAttributes
  #   @return [Array<Jamf::OAPISchemas::MobileDeviceExtensionAttribute>]
  extensionAttributes: {
    class: Jamf::OAPISchemas::MobileDeviceExtensionAttribute,
    multi: true
  }

}

Instance Attribute Summary collapse

Constructor Details

This class inherits a constructor from Jamf::OAPIObject

Instance Attribute Details

#availableSpaceMbInteger

Returns:

  • (Integer)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_hardware.rb', line 75

#batteryLevelInteger

Returns:

  • (Integer)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_hardware.rb', line 87

#bluetoothLowEnergyCapableBoolean

Returns:

  • (Boolean)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_hardware.rb', line 135

#bluetoothMacAddressString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_hardware.rb', line 105

#capacityMbInteger

Returns:

  • (Integer)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_hardware.rb', line 69

#deviceIdString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_hardware.rb', line 141

#extensionAttributesArray<Jamf::OAPISchemas::MobileDeviceExtensionAttribute>



# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_hardware.rb', line 147

#modelString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_hardware.rb', line 117

#modelIdentifierString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_hardware.rb', line 123

#modelNumberString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_hardware.rb', line 129

#modemFirmwareVersionString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_hardware.rb', line 111

#serialNumberString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_hardware.rb', line 93

#usedSpacePercentageInteger

Returns:

  • (Integer)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_hardware.rb', line 81

#wifiMacAddressString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_hardware.rb', line 99