Class: Jamf::OAPISchemas::MobileDeviceNetwork
- Inherits:
-
Jamf::OAPIObject
- Object
- Jamf::OAPIObject
- Jamf::OAPISchemas::MobileDeviceNetwork
- Defined in:
- lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_network.rb
Overview
OAPI Object Model and Enums for: MobileDeviceNetwork
Description of this class from the OAPI Schema:
This section only avaiable for Ios type.
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.
Sub Objects: Other object models used by this model’s attributes.
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 cellularTechnology # @return [String] cellularTechnology: { class: :string }, # @!attribute voiceRoamingEnabled # @return [Boolean] voiceRoamingEnabled: { class: :boolean }, # @!attribute imei # @return [String] imei: { class: :string }, # @!attribute iccid # @return [String] iccid: { class: :string }, # @!attribute meid # @return [String] meid: { class: :string }, # EID or "embedded identity document" is a number associated with the eSIM on a device # @!attribute [r] eid # @return [String] eid: { class: :string, readonly: true }, # @!attribute carrierSettingsVersion # @return [String] carrierSettingsVersion: { class: :string }, # @!attribute currentCarrierNetwork # @return [String] currentCarrierNetwork: { class: :string }, # @!attribute currentMobileCountryCode # @return [String] currentMobileCountryCode: { class: :string }, # @!attribute currentMobileNetworkCode # @return [String] currentMobileNetworkCode: { class: :string }, # @!attribute homeCarrierNetwork # @return [String] homeCarrierNetwork: { class: :string }, # @!attribute homeMobileCountryCode # @return [String] homeMobileCountryCode: { class: :string }, # @!attribute homeMobileNetworkCode # @return [String] homeMobileNetworkCode: { class: :string }, # @!attribute dataRoamingEnabled # @return [Boolean] dataRoamingEnabled: { class: :boolean }, # @!attribute roaming # @return [Boolean] roaming: { class: :boolean }, # @!attribute personalHotspotEnabled # @return [Boolean] personalHotspotEnabled: { class: :boolean }, # @!attribute phoneNumber # @return [String] phoneNumber: { class: :string } }
Instance Attribute Summary collapse
- #carrierSettingsVersion ⇒ String
- #cellularTechnology ⇒ String
- #currentCarrierNetwork ⇒ String
- #currentMobileCountryCode ⇒ String
- #currentMobileNetworkCode ⇒ String
- #dataRoamingEnabled ⇒ Boolean
- #eid ⇒ String readonly
- #homeCarrierNetwork ⇒ String
- #homeMobileCountryCode ⇒ String
- #homeMobileNetworkCode ⇒ String
- #iccid ⇒ String
- #imei ⇒ String
- #meid ⇒ String
- #personalHotspotEnabled ⇒ Boolean
- #phoneNumber ⇒ String
- #roaming ⇒ Boolean
- #voiceRoamingEnabled ⇒ Boolean
Constructor Details
This class inherits a constructor from Jamf::OAPIObject
Instance Attribute Details
#carrierSettingsVersion ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_network.rb', line 108
|
#cellularTechnology ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_network.rb', line 70
|
#currentCarrierNetwork ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_network.rb', line 114
|
#currentMobileCountryCode ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_network.rb', line 120
|
#currentMobileNetworkCode ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_network.rb', line 126
|
#dataRoamingEnabled ⇒ Boolean
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_network.rb', line 150
|
#eid ⇒ String (readonly)
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_network.rb', line 100
|
#homeCarrierNetwork ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_network.rb', line 132
|
#homeMobileCountryCode ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_network.rb', line 138
|
#homeMobileNetworkCode ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_network.rb', line 144
|
#personalHotspotEnabled ⇒ Boolean
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_network.rb', line 162
|
#phoneNumber ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_network.rb', line 168
|
#roaming ⇒ Boolean
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_network.rb', line 156
|
#voiceRoamingEnabled ⇒ Boolean
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_network.rb', line 76
|