Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.1 KB

File metadata and controls

26 lines (20 loc) · 1.1 KB

IntersightClient::OsSupportedVersion

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.SupportedVersion']
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.SupportedVersion']
version_name String The OsInstall Supported Operating System Version Name. [optional][readonly]
vendor HclOperatingSystemVendorRelationship [optional]
version HclOperatingSystemRelationship [optional]

Example

require 'intersight_client'

instance = IntersightClient::OsSupportedVersion.new(
  class_id: null,
  object_type: null,
  version_name: null,
  vendor: null,
  version: null
)