Interface HostStorageService.ListRequest

    • Method Detail

      • follow

        HostStorageService.ListRequest follow​(String follow)
        Indicates which inner links should be _followed_. The objects referenced by these links will be fetched as part of the current request. See <> for details.
      • reportStatus

        HostStorageService.ListRequest reportStatus​(Boolean reportStatus)
        Indicates if the status of the LUNs in the storage should be checked. Checking the status of the LUN is an heavy weight operation and this data is not always needed by the user. This parameter will give the option to not perform the status check of the LUNs. The default is `true` for backward compatibility. Here an example with the LUN status : [source,xml] ---- 0 1 lun0 123 10737418240 used LIO-ORG 123 iscsi ---- Here an example without the LUN status : [source,xml] ---- 0 1 lun0 123 10737418240 LIO-ORG 123 iscsi ----