Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.38 KB

File metadata and controls

30 lines (24 loc) · 1.38 KB

IntersightClient::IaasLicenseInfo

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.LicenseInfo']
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.LicenseInfo']
license_expiration_date String UCS Director license expiration date. [optional][readonly]
license_keys_info Array<IaasLicenseKeysInfo> [optional]
license_type String License type of UCSD whether it is EVAL/Permanent/Subscription.. [optional][readonly]
license_utilization_info Array<IaasLicenseUtilizationInfo> [optional]
guid IaasUcsdInfoRelationship [optional]

Example

require 'intersight_client'

instance = IntersightClient::IaasLicenseInfo.new(
  class_id: null,
  object_type: null,
  license_expiration_date: null,
  license_keys_info: null,
  license_type: null,
  license_utilization_info: null,
  guid: null
)