Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 864 Bytes

File metadata and controls

22 lines (16 loc) · 864 Bytes

IntersightClient::OsOsSupport

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 'os.OsSupport']
object_type String The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. [default to 'os.OsSupport']
os_version String The version of the Operating System to be validated. The version should be as per HCL. [optional]

Example

require 'intersight_client'

instance = IntersightClient::OsOsSupport.new(
  class_id: null,
  object_type: null,
  os_version: null
)