Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.76 KB

File metadata and controls

38 lines (32 loc) · 1.76 KB

IntersightClient::PciLink

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 'pci.Link']
object_type String The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. [default to 'pci.Link']
adapter String The name of the PCI device. [optional][readonly]
link_speed String The upstream link speed of the PCI device. [optional][readonly]
link_status String The upstream link status of the PCI device. [optional][readonly]
link_width String The upstream link width of the PCI device. [optional][readonly]
pci_slot String The slot name of the PCI device. [optional][readonly]
slot_status String The health information of the PCI device. [optional][readonly]
inventory_device_info InventoryDeviceInfoRelationship [optional]
pci_switch PciSwitchRelationship [optional]
registered_device AssetDeviceRegistrationRelationship [optional]

Example

require 'intersight_client'

instance = IntersightClient::PciLink.new(
  class_id: null,
  object_type: null,
  adapter: null,
  link_speed: null,
  link_status: null,
  link_width: null,
  pci_slot: null,
  slot_status: null,
  inventory_device_info: null,
  pci_switch: null,
  registered_device: null
)