Table of Contents¶
nimbleclient.v1.api.fibre_channel_configs¶
FibreChannelConfig¶
class FibreChannelConfig(Resource)
Manage group wide Fibre Channel configuration.
Parameters
- id : Identifier for Fibre Channel configuration.
- array_list : List of array Fibre Channel configs.
- group_leader_array : Name of the group leader array.
regenerate¶
| regenerate(precheck, wwnn_base_str, **kwargs)
Regenerate Fibre Channel configuration.
Parameters
- id : ID of the Fibre Channel configuration.
- wwnn_base_str : Base World Wide Node Name(WWNN).
- precheck : Check if the interfaces are offline before regenerating the WWNN (World Wide Node Name).
hw_upgrade¶
| hw_upgrade(**kwargs)
Update Fibre Channel configuration after hardware changes.
Parameters
- id : ID of the Fibre Channel configuration.
FibreChannelConfigList¶
class FibreChannelConfigList(Collection)
regenerate¶
| regenerate(id, precheck, wwnn_base_str, **kwargs)
Regenerate Fibre Channel configuration.
Parameters
- id : ID of the Fibre Channel configuration.
- wwnn_base_str : Base World Wide Node Name(WWNN).
- precheck : Check if the interfaces are offline before regenerating the WWNN (World Wide Node Name).
hw_upgrade¶
| hw_upgrade(id, **kwargs)
Update Fibre Channel configuration after hardware changes.
Parameters
- id : ID of the Fibre Channel configuration.