Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.73 KB

File metadata and controls

38 lines (32 loc) · 1.73 KB

IntersightClient::IaasDiagnosticMessages

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.DiagnosticMessages']
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.DiagnosticMessages']
category String Message category of the alerts. [optional][readonly]
guid String Unique ID of UCS Director getting registerd with Intersight. [optional][readonly]
item String Message target type of the alerts. [optional][readonly]
last_checked String Last checked time of the alerts. [optional][readonly]
message String Detailed info about the alert. [optional][readonly]
recommendation String Recommended fix for the alert. [optional][readonly]
status String Status of the given alert. [optional][readonly]
status_id String Status Id of the given alert. [optional][readonly]
registered_device AssetDeviceRegistrationRelationship [optional]

Example

require 'intersight_client'

instance = IntersightClient::IaasDiagnosticMessages.new(
  class_id: null,
  object_type: null,
  category: null,
  guid: null,
  item: null,
  last_checked: null,
  message: null,
  recommendation: null,
  status: null,
  status_id: null,
  registered_device: null
)