Class AssignedTagServiceImpl

    • Constructor Detail

      • AssignedTagServiceImpl

        public AssignedTagServiceImpl​(HttpConnection connection,
                                      String path)
    • Method Detail

      • get

        public AssignedTagService.GetRequest get()
        Description copied from interface: AssignedTagService
        Gets the information about the assigned tag. For example to retrieve the information about the tag with the id `456` which is assigned to virtual machine with id `123` send a request like this: .... GET /ovirt-engine/api/vms/123/tags/456 .... [source,xml] ---- root root ----
        Specified by:
        get in interface AssignedTagService
      • remove

        public AssignedTagService.RemoveRequest remove()
        Description copied from interface: AssignedTagService
        Unassign tag from specific entity in the system. For example to unassign the tag with id `456` from virtual machine with id `123` send a request like this: .... DELETE /ovirt-engine/api/vms/123/tags/456 ....
        Specified by:
        remove in interface AssignedTagService