Interface DiskService.GetRequest

    • Method Detail

      • allContent

        DiskService.GetRequest allContent​(Boolean allContent)
        Indicates if all of the attributes of the disk should be included in the response. By default the following disk attributes are excluded: - `vms` For example, to retrieve the complete representation of disk '123': .... GET /ovirt-engine/api/disks/123?all_content=true ....
      • follow

        DiskService.GetRequest 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.