Interface AssignedTagsService.ListResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    AssignedTagsService

    public static interface AssignedTagsService.ListResponse
    extends Response
    List all tags assigned to the specific entity. For example to list all the tags of the virtual machine with id `123` send a request like this: .... GET /ovirt-engine/api/vms/123/tags .... [source,xml] ---- mytag mytag ---- The order of the returned tags isn't guaranteed.
    • Method Detail

      • tags

        List<Tag> tags()
        The list of assigned tags.