Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 2.16 KB

File metadata and controls

32 lines (26 loc) · 2.16 KB

IntersightClient::LicenseIwoCustomerOp

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.IwoCustomerOp']
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.IwoCustomerOp']
active_admin Boolean The workload optimizer license administrative state. Set this property to 'true' to activate the workload optimizer license entitlements. [optional]
active_license_type String Active workload optimizer license tier set by user. * `Base` - Base as a License type. It is default license type. * `Essential` - Essential as a License type. * `Standard` - Standard as a License type. * `Advantage` - Advantage as a License type. * `Premier` - Premier as a License type. * `IWO-Essential` - IWO-Essential as a License type. * `IWO-Advantage` - IWO-Advantage as a License type. * `IWO-Premier` - IWO-Premier as a License type. [optional][default to 'Base']
enable_trial Boolean Enable trial for Intersight licensing. [optional]
evaluation_period Integer The default Trial or Grace period customer is entitled to. [optional]
extra_evaluation Integer The number of days the trial Trial or Grace period is extended. The trial or grace period can be extended once. [optional]
account_license_data LicenseAccountLicenseDataRelationship [optional]

Example

require 'intersight_client'

instance = IntersightClient::LicenseIwoCustomerOp.new(
  class_id: null,
  object_type: null,
  active_admin: null,
  active_license_type: null,
  enable_trial: null,
  evaluation_period: null,
  extra_evaluation: null,
  account_license_data: null
)