| Description | This object represents the name with which the 
          license file will be installed, or the name of the license 
          file for uninstall, or the name of the license file to be 
          updated.
          
          For 'uninstall' operation, this object must be set to the
          appropriate value, i.e., a non-zero length string, before 
          or concurrently with setting the value of 
          clmLicenseConfigCommand object to 'uninstall'.
          
          For 'install' operation, this object is set either to the
           file name with which the license will be installed, or to
           the zero-length string.  In the latter case, the filename
           specified through clmLicenseFileURI will be used for 
          installing the license.
          For example, if the value of clmLicenseFileURI object is 
          set to 'bootflash:licfile1.lic' and this object is set to
          'target1.lic', then the license will be installed  
          with the filename 'target1.lic'. 
          If this object contains zero length string then license 
          will be installed with the filename 'licfile1.lic'.
          
          For 'update' operation, this object is set either to the
           file name which is to be updated (overwritten), or to
           the zero-length string.  In the latter case, the filename
          specified through clmLicenseFileURI, will be updated.
          For example, if the value of clmLicenseFileURI object is 
          set to 'bootflash:licfile2.lic' and this object is set to
          'target2.lic', then the already installed license file  
          'target2.lic' will be updated by the contents of 
          'bootflash:licfile2.lic'.
          If this object contains zero length string then the 
          already installed license file 'licfile2.lic' will be
          updated with the contents of 'bootflash:licfile2.lic'. |