fc.fc_host.create ================= Creates FC host (pairing). This will associate an `alias` with a corresponding Fibre Channel WWPN. For HA sytems the alias will be associated with a pair of WWPNs, one per node. `alias` is a user-readable name for FC host (pairing). `wwpn` is the WWPN in naa format (Controller A if HA) `wwpn_b` is the WWPN in naa format (Controller B, only applicable for HA) `npiv` is the number of NPIV hosts to create for this FC host. .. raw:: html
Fibre Channel host configuration data for the new host.
No Additional PropertiesHuman-readable alias for the Fibre Channel host.
Must match regular expression:^[a-zA-Z0-9,\-_:]+$
    Must be at least 1 characters long
Must be at most 32 characters long
World Wide Port Name for port A or null if not configured.
^naa.[0-9a-fA-F]{16}$
    World Wide Port Name for port B or null if not configured.
^naa.[0-9a-fA-F]{16}$
    Number of N_Port ID Virtualization (NPIV) virtual ports to create.
The created Fibre Channel host configuration.
No Additional PropertiesUnique identifier for the Fibre Channel host configuration.
Human-readable alias for the Fibre Channel host.
Must match regular expression:^[a-zA-Z0-9,\-_:]+$
    Must be at least 1 characters long
Must be at most 32 characters long
World Wide Port Name for port A or null if not configured.
^naa.[0-9a-fA-F]{16}$
    World Wide Port Name for port B or null if not configured.
^naa.[0-9a-fA-F]{16}$
    Number of N_Port ID Virtualization (NPIV) virtual ports to create.