Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.17 KB

File metadata and controls

28 lines (22 loc) · 1.17 KB

IntersightClient::IaasLicenseKeysInfo

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 'iaas.LicenseKeysInfo']
object_type String The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. [default to 'iaas.LicenseKeysInfo']
count Integer Number of licenses available for the UCSD PID (Product ID). [optional][readonly]
expiration_date String Expiration date for the license. [optional][readonly]
license_id String UCS Director Unique license ID. [optional][readonly]
pid String PID (Product ID) for UCSD License. [optional][readonly]

Example

require 'intersight_client'

instance = IntersightClient::IaasLicenseKeysInfo.new(
  class_id: null,
  object_type: null,
  count: null,
  expiration_date: null,
  license_id: null,
  pid: null
)