Class: Jamf::OAPISchemas::NetworkV2

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

Overview

OAPI Object Model and Enums for: NetworkV2

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

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

Constructor Details

This class inherits a constructor from Jamf::OAPIObject

Instance Attribute Details

#carrierSettingsVersionString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/network_v2.rb', line 107

#cellularTechnologyString

Returns:



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

#currentCarrierNetworkString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/network_v2.rb', line 113

#currentMobileCountryCodeString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/network_v2.rb', line 119

#currentMobileNetworkCodeString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/network_v2.rb', line 125

#dataRoamingEnabledBoolean

Returns:

  • (Boolean)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/network_v2.rb', line 149

#eidString (readonly)

Returns:



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

#homeCarrierNetworkString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/network_v2.rb', line 131

#homeMobileCountryCodeString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/network_v2.rb', line 137

#homeMobileNetworkCodeString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/network_v2.rb', line 143

#iccidString

Returns:



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

#imeiString

Returns:



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

#meidString

Returns:



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

#personalHotspotEnabledBoolean

Returns:

  • (Boolean)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/network_v2.rb', line 161

#phoneNumberString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/network_v2.rb', line 167

#roamingBoolean

Returns:

  • (Boolean)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/network_v2.rb', line 155

#voiceRoamingEnabledBoolean

Returns:

  • (Boolean)


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