Class: Jamf::OAPISchemas::Network

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

Overview

OAPI Object Model and Enums for: Network

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::IosDetails

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 isVoiceRoamingEnabled
  #   @return [Boolean]
  isVoiceRoamingEnabled: {
    class: :boolean
  },

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

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

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

  # @!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 isDataRoamingEnabled
  #   @return [Boolean]
  isDataRoamingEnabled: {
    class: :boolean
  },

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

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

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

}

Instance Attribute Summary collapse

Constructor Details

This class inherits a constructor from Jamf::OAPIObject

Instance Attribute Details

#carrierSettingsVersionString

Returns:



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

#cellularTechnologyString

Returns:



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

#currentCarrierNetworkString

Returns:



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

#currentMobileCountryCodeString

Returns:



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

#currentMobileNetworkCodeString

Returns:



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

#homeCarrierNetworkString

Returns:



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

#homeMobileCountryCodeString

Returns:



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

#homeMobileNetworkCodeString

Returns:



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

#iccidString

Returns:



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

#imeiString

Returns:



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

#isDataRoamingEnabledBoolean

Returns:

  • (Boolean)


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

#isPersonalHotspotEnabledBoolean

Returns:

  • (Boolean)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/network.rb', line 153

#isRoamingBoolean

Returns:

  • (Boolean)


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

#isVoiceRoamingEnabledBoolean

Returns:

  • (Boolean)


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

#meidString

Returns:



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

#phoneNumberString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/network.rb', line 159