Uses of Class
org.openstack4j.openstack.compute.domain.NovaServerTag
-
Packages that use NovaServerTag Package Description org.openstack4j.api.compute org.openstack4j.openstack.compute.internal -
-
Uses of NovaServerTag in org.openstack4j.api.compute
Methods in org.openstack4j.api.compute that return NovaServerTag Modifier and Type Method Description NovaServerTagServerTagService. list(String serverId)NovaServerTagServerTagService. replace(String serverId, NovaServerTag tag)Methods in org.openstack4j.api.compute with parameters of type NovaServerTag Modifier and Type Method Description NovaServerTagServerTagService. replace(String serverId, NovaServerTag tag) -
Uses of NovaServerTag in org.openstack4j.openstack.compute.internal
Methods in org.openstack4j.openstack.compute.internal that return NovaServerTag Modifier and Type Method Description NovaServerTagServerTagServiceImpl. list(String serverId)NovaServerTagServerTagServiceImpl. replace(String serverId, NovaServerTag tags)Methods in org.openstack4j.openstack.compute.internal with parameters of type NovaServerTag Modifier and Type Method Description NovaServerTagServerTagServiceImpl. replace(String serverId, NovaServerTag tags)
-