Uses of Class
org.openstack4j.model.network.Resource
-
Packages that use Resource Package Description org.openstack4j.api.networking org.openstack4j.model.network org.openstack4j.openstack.networking.internal -
-
Uses of Resource in org.openstack4j.api.networking
Methods in org.openstack4j.api.networking with parameters of type Resource Modifier and Type Method Description ActionResponseNeutronResourceTagService. addSingle(Resource resource, String resourceId, String tag)Add tag to the resource.ActionResponseNeutronResourceTagService. check(Resource resource, String resourceId, String tag)Confirms a given tag is set on the resource.ActionResponseNeutronResourceTagService. delete(Resource resource, String resourceId, String tag)Delete tag from the resource.ActionResponseNeutronResourceTagService. deleteAll(Resource resource, String resourceId)Remove all tags from the resourceNeutronResourceTagNeutronResourceTagService. 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 resource -
Uses of Resource in org.openstack4j.model.network
Methods in org.openstack4j.model.network that return Resource Modifier and Type Method Description static ResourceResource. valueOf(String name)Returns the enum constant of this type with the specified name.static Resource[]Resource. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstack4j.model.network with parameters of type Resource Modifier and Type Method Description static StringResource. forValue(Resource resource) -
Uses of Resource in org.openstack4j.openstack.networking.internal
Methods in org.openstack4j.openstack.networking.internal with parameters of type Resource Modifier and Type Method Description ActionResponseNeutronResourceTagServiceImpl. addSingle(Resource resource, String securityGroupId, String tag)Add tag to the resource.ActionResponseNeutronResourceTagServiceImpl. check(Resource resource, String resourceId, String tag)ActionResponseNeutronResourceTagServiceImpl. delete(Resource resource, String securityGroupId, String tag)Delete tag from the resource.ActionResponseNeutronResourceTagServiceImpl. deleteAll(Resource resource, String securityGroupId)Remove all tags from the resourceNeutronResourceTagNeutronResourceTagServiceImpl. 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 resource
-