public class NeutronResourceTagServiceImpl extends BaseNetworkingServices implements NeutronResourceTagService
BaseOpenStackService.Invocation<R>| Constructor and Description |
|---|
NeutronResourceTagServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
ActionResponse |
addSingle(Resource resource,
String securityGroupId,
String tag)
Add tag to the resource.
|
ActionResponse |
check(Resource resource,
String resourceId,
String tag)
Confirms a given tag is set on the resource.
|
ActionResponse |
delete(Resource resource,
String securityGroupId,
String tag)
Delete tag from the resource.
|
ActionResponse |
deleteAll(Resource resource,
String securityGroupId)
Remove all tags from the resource
|
NeutronResourceTag |
list(Resource resource,
String securityGroupId)
Obtains the (Neutron) resource tags for a resource.
|
NeutronResourceTag |
replace(Resource resource,
String securityGroupId,
NeutronResourceTag tags)
reset all tags from the resource
|
delete, deleteWithResponse, get, getProvider, getServiceVersion, getWithResponse, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, putWithResponse, request, toList, uripublic ActionResponse check(Resource resource, String resourceId, String tag)
NeutronResourceTagServicecheck in interface NeutronResourceTagServiceresource - resource typeresourceId - resource idtag - tagpublic NeutronResourceTag list(Resource resource, String securityGroupId)
list in interface NeutronResourceTagServiceresource - resource typesecurityGroupId - resource idpublic ActionResponse addSingle(Resource resource, String securityGroupId, String tag)
addSingle in interface NeutronResourceTagServicesecurityGroupId - resource idtag - tagpublic NeutronResourceTag replace(Resource resource, String securityGroupId, NeutronResourceTag tags)
replace in interface NeutronResourceTagServicesecurityGroupId - resource idtags - tagspublic ActionResponse delete(Resource resource, String securityGroupId, String tag)
delete in interface NeutronResourceTagServicesecurityGroupId - resource idtag - tagpublic ActionResponse deleteAll(Resource resource, String securityGroupId)
deleteAll in interface NeutronResourceTagServicesecurityGroupId - resource idCopyright © 2021. All rights reserved.