Uses of Class
org.openstack4j.openstack.networking.domain.NeutronResourceTag
-
Packages that use NeutronResourceTag Package Description org.openstack4j.api.networking org.openstack4j.openstack.networking.internal -
-
Uses of NeutronResourceTag in org.openstack4j.api.networking
Methods in org.openstack4j.api.networking that return NeutronResourceTag Modifier and Type Method Description NeutronResourceTagNeutronResourceTagService. list(Resource resource, String resourceId)Obtains the (Neutron) resource tags for a resource.NeutronResourceTagNeutronResourceTagService. replace(Resource resource, String resourceId, NeutronResourceTag tags)reset all tags from the resourceMethods in org.openstack4j.api.networking with parameters of type NeutronResourceTag Modifier and Type Method Description NeutronResourceTagNeutronResourceTagService. replace(Resource resource, String resourceId, NeutronResourceTag tags)reset all tags from the resource -
Uses of NeutronResourceTag in org.openstack4j.openstack.networking.internal
Methods in org.openstack4j.openstack.networking.internal that return NeutronResourceTag Modifier and Type Method Description NeutronResourceTagNeutronResourceTagServiceImpl. list(Resource resource, String securityGroupId)Obtains the (Neutron) resource tags for a resource.NeutronResourceTagNeutronResourceTagServiceImpl. replace(Resource resource, String securityGroupId, NeutronResourceTag tags)reset all tags from the resourceMethods in org.openstack4j.openstack.networking.internal with parameters of type NeutronResourceTag Modifier and Type Method Description NeutronResourceTagNeutronResourceTagServiceImpl. replace(Resource resource, String securityGroupId, NeutronResourceTag tags)reset all tags from the resource
-