Interface VmsService.ListRequest

    • Method Detail

      • allContent

        VmsService.ListRequest allContent​(Boolean allContent)
        Indicates if all the attributes of the virtual machines should be included in the response. By default the following attributes are excluded: - `console` - `initialization.configuration.data` - The OVF document describing the virtual machine. - `rng_source` - `soundcard` - `virtio_scsi` For example, to retrieve the complete representation of the virtual machines send a request like this: .... GET /ovirt-engine/api/vms?all_content=true .... NOTE: The reason for not including these attributes is performance: they are seldom used and they require additional queries to the database. So try to use the this parameter only when it is really needed.
      • caseSensitive

        VmsService.ListRequest caseSensitive​(Boolean caseSensitive)
        Indicates if the search performed using the `search` parameter should be performed taking case into account. The default value is `true`, which means that case is taken into account. If you want to search ignoring case set it to `false`.
      • filter

        VmsService.ListRequest filter​(Boolean filter)
        Indicates if the results should be filtered according to the permissions of the user.
      • follow

        VmsService.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.