| Package | Description |
|---|---|
| org.openstack4j.api.networking | |
| org.openstack4j.model.network | |
| org.openstack4j.openstack.networking.internal |
| Modifier and Type | Method and Description |
|---|---|
ActionResponse |
NeutronResourceTagService.addSingle(Resource resource,
String resourceId,
String tag)
Add tag to the resource.
|
ActionResponse |
NeutronResourceTagService.check(Resource resource,
String resourceId,
String tag)
Confirms a given tag is set on the resource.
|
ActionResponse |
NeutronResourceTagService.delete(Resource resource,
String resourceId,
String tag)
Delete tag from the resource.
|
ActionResponse |
NeutronResourceTagService.deleteAll(Resource resource,
String resourceId)
Remove all tags from the resource
|
NeutronResourceTag |
NeutronResourceTagService.list(Resource resource,
String resourceId)
Obtains the (Neutron) resource tags for a resource.
|
NeutronResourceTag |
NeutronResourceTagService.replace(Resource resource,
String resourceId,
NeutronResourceTag tags)
reset all tags from the resource
|
| Modifier and Type | Method and Description |
|---|---|
static Resource |
Resource.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.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Resource.forValue(Resource resource) |
| Modifier and Type | Method and Description |
|---|---|
ActionResponse |
NeutronResourceTagServiceImpl.addSingle(Resource resource,
String securityGroupId,
String tag)
Add tag to the resource.
|
ActionResponse |
NeutronResourceTagServiceImpl.check(Resource resource,
String resourceId,
String tag) |
ActionResponse |
NeutronResourceTagServiceImpl.delete(Resource resource,
String securityGroupId,
String tag)
Delete tag from the resource.
|
ActionResponse |
NeutronResourceTagServiceImpl.deleteAll(Resource resource,
String securityGroupId)
Remove all tags from the resource
|
NeutronResourceTag |
NeutronResourceTagServiceImpl.list(Resource resource,
String securityGroupId)
Obtains the (Neutron) resource tags for a resource.
|
NeutronResourceTag |
NeutronResourceTagServiceImpl.replace(Resource resource,
String securityGroupId,
NeutronResourceTag tags)
reset all tags from the resource
|
Copyright © 2021. All rights reserved.