Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.04 KB

File metadata and controls

24 lines (18 loc) · 1.04 KB

IntersightClient::LicenseIwoLicenseCount

Properties

Name Type Description Notes
class_id String The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. [default to 'license.IwoLicenseCount']
object_type String The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. [default to 'license.IwoLicenseCount']
vm_license_count Integer The total number of devices claimed in the Intersight account. [optional][readonly]
account_license_data LicenseAccountLicenseDataRelationship [optional]

Example

require 'intersight_client'

instance = IntersightClient::LicenseIwoLicenseCount.new(
  class_id: null,
  object_type: null,
  vm_license_count: null,
  account_license_data: null
)