Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.3 KB

PortGroup.md

File metadata and controls

17 lines (13 loc) · 1.3 KB

PortGroup

Holder for multiple ports. A switch card will have one or more port groups.

Properties

Name Type Description Notes
transport str [optional] [readonly]
equipment_shared_io_module EquipmentSharedIoModule [optional]
equipment_switch_card EquipmentSwitchCard [optional]
ethernet_ports list[EtherPhysicalPort] A reference to a etherPhysicalPort resource. When the $expand query parameter is specified, the referenced resource is returned inline. [optional] [readonly]
fc_ports list[FcPhysicalPort] A reference to a fcPhysicalPort resource. When the $expand query parameter is specified, the referenced resource is returned inline. [optional] [readonly]
registered_device AssetDeviceRegistration [optional]
sub_groups list[PortSubGroup] A reference to a portSubGroup resource. When the $expand query parameter is specified, the referenced resource is returned inline. [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]