Description | A cficonCfgFileTable entry. Each entry provides the
configuration file for a vsan (identified by vsanIndex)
and a file (identified by cficonCfgFilename).
Each entry lists the file status, the time the file
was last updated etc.
The cficonCfgFileRowStatus object is used to
create or delete a configuration file. For
creation or deletion, only the cficonCfgFileRowStatus
object needs to be set in the PDU.
cficonCfgFileCmd object is used to apply this
configuration file to the vsan specified by the
vsanIndex.
For example,
To create a configuration file 'cfg' for vsan 1,
the management application must do the
following -
cficonCfgFileRowStatus.1.cfg = createAndGo;
To delete the configuration file,
cficonCfgFileRowStatus.1.cfg = destroy;
To apply this configuration file,
cficonCfgFileCmd.1.cfg = apply; |