Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.62 KB

File metadata and controls

32 lines (26 loc) · 1.62 KB

IntersightClient::PortSubGroup

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 'port.SubGroup']
object_type String The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. [default to 'port.SubGroup']
transport String Type of port sub-group. Values are Eth or Fc. [optional][readonly]
ethernet_ports Array<EtherPhysicalPortRelationship> An array of relationships to etherPhysicalPort resources. [optional][readonly]
fc_ports Array<FcPhysicalPortRelationship> An array of relationships to fcPhysicalPort resources. [optional][readonly]
inventory_device_info InventoryDeviceInfoRelationship [optional]
port_group PortGroupRelationship [optional]
registered_device AssetDeviceRegistrationRelationship [optional]

Example

require 'intersight_client'

instance = IntersightClient::PortSubGroup.new(
  class_id: null,
  object_type: null,
  transport: null,
  ethernet_ports: null,
  fc_ports: null,
  inventory_device_info: null,
  port_group: null,
  registered_device: null
)