Class: Jamf::OAPISchemas::MobileDeviceHardware
- Inherits:
-
Jamf::OAPIObject
- Object
- Jamf::OAPIObject
- Jamf::OAPISchemas::MobileDeviceHardware
- 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 generated from the api/schema URL path on a Jamf Pro server version 11.6.1-t1718634702
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
- #availableSpaceMb ⇒ Integer
- #batteryLevel ⇒ Integer
- #bluetoothLowEnergyCapable ⇒ Boolean
- #bluetoothMacAddress ⇒ String
- #capacityMb ⇒ Integer
- #deviceId ⇒ String
- #extensionAttributes ⇒ Array<Jamf::OAPISchemas::MobileDeviceExtensionAttribute>
- #model ⇒ String
- #modelIdentifier ⇒ String
- #modelNumber ⇒ String
- #modemFirmwareVersion ⇒ String
- #serialNumber ⇒ String
- #usedSpacePercentage ⇒ Integer
- #wifiMacAddress ⇒ String
Constructor Details
This class inherits a constructor from Jamf::OAPIObject
Instance Attribute Details
#availableSpaceMb ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_hardware.rb', line 75
|
#batteryLevel ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_hardware.rb', line 87
|
#bluetoothLowEnergyCapable ⇒ Boolean
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_hardware.rb', line 135
|
#bluetoothMacAddress ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_hardware.rb', line 105
|
#capacityMb ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_hardware.rb', line 69
|
#extensionAttributes ⇒ Array<Jamf::OAPISchemas::MobileDeviceExtensionAttribute>
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_hardware.rb', line 147
|
#modelIdentifier ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_hardware.rb', line 123
|
#modelNumber ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_hardware.rb', line 129
|
#modemFirmwareVersion ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_hardware.rb', line 111
|
#serialNumber ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_hardware.rb', line 93
|
#usedSpacePercentage ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_hardware.rb', line 81
|
#wifiMacAddress ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_hardware.rb', line 99
|