fcport.port_choices =================== .. raw:: html
Whether to include FC ports that are already in use.
{
        "fc0": {
            "wwpn": "naa.2100001122334455",
            "wwpn_b": "naa.210000AABBCCDDEEFF"
        },
        "fc0/1": {
            "wwpn": "naa.2200001122334455",
            "wwpn_b": "naa.220000AABBCCDDEEFF"
        }
    }
    All properties whose name matches the following regular expression must respect the following conditions
Property name regular expression:^[a-zA-Z0-9,\-_:]+(/[1-9][0-9]*)?$
    World Wide Port Name for port A or null if not available.
^naa.[0-9a-fA-F]{16}$
    World Wide Port Name for port B or null if not available.
^naa.[0-9a-fA-F]{16}$