Reference Guide

Table Of Contents
Type : enum (Auto, 10_Mbps, 100_Mbps, 1_Gbps, 10_Gbps, 25_Gbps, 40_Gbps)
FcPortProtocolEnum
Protocols supported over FC port. Types of protocol:
SCSI SCSI protocol.
NVMe NVMe protocol.
Was added in version 2.0.0.0.
Type : enum (SCSI, NVMe)
FcPortSpeedEnum
Possible Fibre Channel port speeds. For the current_speed attribute, these values show the current
transmission speed on the port. For the requested_speed attribute, these values show the
transmission speed set by the user. A requested speed of Auto means that the current speed value
will be automatically detected. If this file is updated, also update FrontEndPortSpeedEnum.yaml
Auto the speed value is automatically detected
4_Gbps 4 Gigabits per second
8_Gbps 8 Gigabits per second
16_Gbps 16 Gigabits per second
32_Gbps 32 Gigabits per second
Type : enum (Auto, 4_Gbps, 8_Gbps, 16_Gbps, 32_Gbps)
FileDNSTransportEnum
Transport used when connecting to the DNS Server:
UDP DNS uses the UDP protocol (default)
TCP DNS uses the TCP protocol
Type : enum (UDP, TCP)
323