Class: Jamf::OAPISchemas::MobileDeviceServiceSubscriptions
- Inherits:
-
Jamf::OAPIObject
- Object
- Jamf::OAPIObject
- Jamf::OAPISchemas::MobileDeviceServiceSubscriptions
- Defined in:
- lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_service_subscriptions.rb
Overview
OAPI Object Model and Enums for: MobileDeviceServiceSubscriptions
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::DetailsV2
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 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 subscriberCarrierNetwork # @return [String] subscriberCarrierNetwork: { class: :string }, # @!attribute eid # @return [String] eid: { class: :string }, # @!attribute iccid # @return [String] iccid: { class: :string }, # @!attribute imei # @return [String] imei: { class: :string }, # @!attribute dataPreferred # @return [Boolean] dataPreferred: { class: :boolean }, # @!attribute roaming # @return [Boolean] roaming: { class: :boolean }, # @!attribute voicePreferred # @return [Boolean] voicePreferred: { class: :boolean }, # @!attribute label # @return [String] label: { class: :string }, # The unique identifier for this subscription. # @!attribute labelId # @return [String] labelId: { class: :string }, # @!attribute meid # @return [String] meid: { class: :string }, # @!attribute phoneNumber # @return [String] phoneNumber: { class: :string }, # The description of the slot that contains the SIM representing this subscription. # @!attribute slot # @return [String] slot: { class: :string } }
Instance Attribute Summary collapse
- #carrierSettingsVersion ⇒ String
- #currentCarrierNetwork ⇒ String
- #currentMobileCountryCode ⇒ String
- #currentMobileNetworkCode ⇒ String
- #dataPreferred ⇒ Boolean
- #eid ⇒ String
- #iccid ⇒ String
- #imei ⇒ String
- #label ⇒ String
- #labelId ⇒ String
- #meid ⇒ String
- #phoneNumber ⇒ String
- #roaming ⇒ Boolean
- #slot ⇒ String
- #subscriberCarrierNetwork ⇒ String
- #voicePreferred ⇒ 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_service_subscriptions.rb', line 69
|
#currentCarrierNetwork ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_service_subscriptions.rb', line 75
|
#currentMobileCountryCode ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_service_subscriptions.rb', line 81
|
#currentMobileNetworkCode ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_service_subscriptions.rb', line 87
|
#dataPreferred ⇒ Boolean
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_service_subscriptions.rb', line 117
|
#eid ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_service_subscriptions.rb', line 99
|
#iccid ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_service_subscriptions.rb', line 105
|
#imei ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_service_subscriptions.rb', line 111
|
#label ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_service_subscriptions.rb', line 135
|
#labelId ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_service_subscriptions.rb', line 141
|
#meid ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_service_subscriptions.rb', line 148
|
#phoneNumber ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_service_subscriptions.rb', line 154
|
#roaming ⇒ Boolean
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_service_subscriptions.rb', line 123
|
#slot ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_service_subscriptions.rb', line 160
|
#subscriberCarrierNetwork ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_service_subscriptions.rb', line 93
|
#voicePreferred ⇒ Boolean
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_service_subscriptions.rb', line 129
|