| Modifier and Type | Method and Description |
|---|---|
ActionResponse |
ServerService.action(String serverId,
Action action)
Executes the specified Action such as RESUME, PAUSE, START, STOP ...
|
ActionResponse |
ComputeFloatingIPService.addFloatingIP(Server server,
String ipAddress)
Adds floating-ip to server.
|
ActionResponse |
ComputeFloatingIPService.addFloatingIP(Server server,
String fixedIpAddress,
String ipAddress)
Adds floating-ip to server.
|
ActionResponse |
ServerService.addSecurityGroup(String serverId,
String secGroupName)
Associates the specified Server Group by name to the Server by it's identifier
|
ActionResponse |
ServerService.backupServer(String serverId,
BackupOptions options)
Sets up a new backup schedule service for the given
serverId |
ActionResponse |
ServerService.changeAdminPassword(String serverId,
String adminPassword)
Changes the admin/root password on the server
|
ActionResponse |
ServerService.confirmResize(String serverId)
Confirm that the resize worked, thus removing the original server
|
ActionResponse |
ComputeFloatingIPService.deallocateIP(String id)
Deallocate ip address from tenant.
|
ActionResponse |
ServerService.delete(String serverId)
Delete (i.e shut down and delete the image) of the server
|
ActionResponse |
ServerGroupService.delete(String id)
Deletes the serverGroup by id
|
ActionResponse |
KeypairService.delete(String name)
Deletes the keypair by name
|
ActionResponse |
HostAggregateService.delete(String aggregateId)
Delete of the aggregate
|
ActionResponse |
FlavorService.delete(String flavorId)
Deletes a Flavor by it's identifier
|
ActionResponse |
ComputeSecurityGroupService.delete(String securityGroupId)
Deletes the specified Security Group
|
ActionResponse |
ComputeImageService.delete(String imageId)
Deletes an Image based on it's identifiers.
|
ActionResponse |
ComputeImageService.deleteMetaData(String imageId,
String... keys)
Delete a metadata item from an image
|
ActionResponse |
ServerService.deleteMetadataItem(String serverId,
String key)
Removes the specified metadata item via the specified
key and serverId |
ActionResponse |
ComputeSecurityGroupService.deleteRule(String ruleId)
Deletes a Security Group Rule
|
ActionResponse |
ServerService.detachVolume(String serverId,
String attachmentId)
detach the volume to the given server
|
ActionResponse |
ServerService.liveMigrate(String serverId,
LiveMigrateOptions options)
Live-migrates a server identified with
serverId to a new host without rebooting |
ActionResponse |
ServerService.migrateServer(String serverId)
Only user with admin role can do this.
|
ActionResponse |
ServerService.reboot(String serverId,
RebootType type)
Reboot a server by SOFT (software-level) or HARD (hardware power cycle)
|
ActionResponse |
ServerService.rebuild(String serverId,
RebuildOptions options)
Rebuilds the specified server
|
ActionResponse |
ComputeFloatingIPService.removeFloatingIP(Server server,
String ipAddress)
Remove floating-ip from server
|
ActionResponse |
ServerService.removeSecurityGroup(String serverId,
String secGroupName)
Removes the specified Server Group by name from the Server by it's identifier
|
ActionResponse |
ServerService.resetState(String serverId,
Server.Status state)
Resets the state of a server to a specified
state |
ActionResponse |
ServerService.resize(String serverId,
String flavorId)
Resize a server's resources.
|
ActionResponse |
ServerService.revertResize(String serverId)
Revert a previous resize, switching back to the old server
|
| Modifier and Type | Method and Description |
|---|---|
ActionResponse |
FloatingIPDNSDomainService.delete(String domainName)
Delete the specified
domainName |
ActionResponse |
FloatingIPDNSEntryService.delete(String domain,
String name)
Deletes a specified DNS entry
|
ActionResponse |
InterfaceService.detach(String serverId,
String attachmentId)
Detaches a specified port interface
|
| Modifier and Type | Method and Description |
|---|---|
ActionResponse |
SoftwareConfigService.delete(String configId)
Deletes a Software Config by ID
|
ActionResponse |
StackService.delete(String stackName,
String stackId)
Deletes the specified
Stack from the server. |
ActionResponse |
StackService.update(String stackName,
String stackId,
StackUpdate stackUpdate)
Updates an existing Stack
|
| Modifier and Type | Method and Description |
|---|---|
ActionResponse |
RoleService.addUserRole(String userId,
String roleId)
Adds a global role to a user
|
ActionResponse |
RoleService.addUserRole(String tenantId,
String userId,
String roleId)
Adds a tenant based role to a user
|
ActionResponse |
UserService.changePassword(String userId,
String password)
Changes a password for the specified user by ID
|
ActionResponse |
UserService.delete(String userId)
Deletes a user by ID
|
ActionResponse |
TenantService.delete(String tenantId)
Deletes the specified tenant by ID
|
ActionResponse |
ServiceManagerService.delete(String serviceId)
Deletes a Service based on it's id
|
ActionResponse |
RoleService.delete(String roleId)
Delete a role by it's ID
|
ActionResponse |
ServiceManagerService.deleteEndpoint(String endpointId)
Deletes an Endpoint
|
ActionResponse |
RoleService.removeUserRole(String userId,
String roleId)
Removes a global role from a user
|
ActionResponse |
RoleService.removeUserRole(String tenantId,
String userId,
String roleId)
Removes the user role from a user and the associated tenant
|
| Modifier and Type | Method and Description |
|---|---|
ActionResponse |
GroupService.addUserToGroup(String groupId,
String userId)
adds an existing user to a group
|
ActionResponse |
TokenService.check(String tokenId)
Validates a token.
|
ActionResponse |
RoleService.checkDomainGroupRole(String domainId,
String groupId,
String roleId)
checks if a group has a specific role in a given domain
|
ActionResponse |
RoleService.checkDomainUserRole(String domainId,
String userId,
String roleId)
checks if a user has a specific role in a given domain-context
|
ActionResponse |
GroupService.checkGroupUser(String groupId,
String userId)
check whether a user belongs to a group
|
ActionResponse |
RoleService.checkProjectGroupRole(String projectId,
String groupId,
String roleId)
check if a group has a specific role in a given project
|
ActionResponse |
RoleService.checkProjectUserRole(String projectId,
String userId,
String roleId)
checks if a user has a specific role in a given project-context
|
ActionResponse |
UserService.delete(String userId)
delete a user by id
|
ActionResponse |
TokenService.delete(String tokenId)
Revokes a token.
|
ActionResponse |
ServiceEndpointService.delete(String serviceId)
Delete a service
|
ActionResponse |
RoleService.delete(String roleId)
Delete a role
|
ActionResponse |
RegionService.delete(String regionId)
Delete a region specified by id
|
ActionResponse |
ProjectService.delete(String projectId)
delete a project by id
|
ActionResponse |
PolicyService.delete(String policyId)
Delete a policy
|
ActionResponse |
GroupService.delete(String groupId)
delete a group by id
|
ActionResponse |
DomainService.delete(String domainId)
Deletes a domain by id
|
ActionResponse |
CredentialService.delete(String credentialId)
Delete credential
|
ActionResponse |
ServiceEndpointService.deleteEndpoint(String endpointId)
Delete an Endpoint
|
ActionResponse |
RoleService.grantDomainGroupRole(String domainId,
String groupId,
String roleId)
grant a role to a specified group in domain context
|
ActionResponse |
RoleService.grantDomainUserRole(String domainId,
String userId,
String roleId)
grants a role to a specified user in domain context
|
ActionResponse |
RoleService.grantProjectGroupRole(String projectId,
String groupId,
String roleId)
grants a role to a specified group in project context
|
ActionResponse |
RoleService.grantProjectUserRole(String projectId,
String userId,
String roleId)
grants a role to a specified user in project context
|
ActionResponse |
GroupService.removeUserFromGroup(String groupId,
String userId)
removes a user from a group
|
ActionResponse |
RoleService.revokeDomainGroupRole(String domainId,
String groupId,
String roleId)
revoke a role from a specified group in domain context
|
ActionResponse |
RoleService.revokeDomainUserRole(String domainId,
String userId,
String roleId)
revokes a role to a specified user in domain context
|
ActionResponse |
RoleService.revokeProjectGroupRole(String projectId,
String groupId,
String roleId)
revokes a role from a specified group in project context
|
ActionResponse |
RoleService.revokeProjectUserRole(String projectId,
String userId,
String roleId)
revokes a role to a specified user in project context
|
| Modifier and Type | Method and Description |
|---|---|
ActionResponse |
ImageService.delete(String imageId)
Deletes an Image by ID
|
| Modifier and Type | Method and Description |
|---|---|
ActionResponse |
ShareTypeService.addShareTypeAccess(String shareTypeId,
String projectId)
Adds share type access for a project.
|
ActionResponse |
ShareTypeService.delete(String shareTypeId)
Deletes a share type.
|
ActionResponse |
SharesService.delete(String shareId)
Deletes a share.
|
ActionResponse |
ShareSnapshotService.delete(String snapshotId)
Deletes a share snapshot.
|
ActionResponse |
ShareServerService.delete(String shareServerId)
Deletes a share server.
|
ActionResponse |
ShareNetworkService.delete(String shareNetworkId)
Deletes a share network.
|
ActionResponse |
SecurityServiceService.delete(String securityServiceId)
Deletes a security service.
|
ActionResponse |
QuotaSetService.delete(String tenantId)
Deletes quotas for a tenant.
|
ActionResponse |
QuotaSetService.delete(String tenantId,
String userId)
Deletes quotas for a user in a tenant.
|
ActionResponse |
SharesService.extend(String shareId,
int newSize)
Increases the size of a share.
|
ActionResponse |
SharesService.forceDelete(String shareId)
Administrators only.
|
ActionResponse |
ShareSnapshotService.forceDelete(String snapshotId)
Administrator only.
|
ActionResponse |
ShareInstanceService.forceDelete(String shareInstanceId)
Administrator only.
|
ActionResponse |
ShareTypeService.removeShareTypeAccess(String shareTypeId,
String projectId)
Removes share type access from a project.
|
ActionResponse |
SharesService.resetState(String shareId,
Share.Status status)
Administrators only.
|
ActionResponse |
ShareInstanceService.resetState(String shareInstanceId,
ShareInstance.Status status)
Administrator only.
|
ActionResponse |
ShareSnapshotService.resetState(String snapshotId,
ShareSnapshot.Status status)
Administrator only.
|
ActionResponse |
SharesService.revokeAccess(String shareId,
String accessId)
Revokes access from a share.
|
ActionResponse |
SharesService.shrink(String shareId,
int newSize)
Shrinks the size of a share.
|
ActionResponse |
ShareService.unmanageShare(String shareId)
Configures Shared File Systems to stop managing a share.
|
ActionResponse |
ShareTypeService.unsetExtraSpec(String shareTypeId,
String extraSpecKey)
Unsets an extra specification for the share type.
|
ActionResponse |
SharesService.unsetMetadata(String shareId,
String metadataKey)
Unsets the metadata on a share.
|
| Modifier and Type | Method and Description |
|---|---|
ActionResponse |
SubnetService.delete(String subnetId)
Delete a Subnet by ID
|
ActionResponse |
SecurityGroupService.delete(String id)
Deletes SecurityGroup by id.
|
ActionResponse |
RouterService.delete(String routerId)
Deletes the specified Router by ID
|
ActionResponse |
PortService.delete(String portId)
Delete a Port by ID
|
ActionResponse |
NetworkService.delete(String networkId)
Deletes a specified network and its associated resources
|
ActionResponse |
NetFloatingIPService.delete(String id)
Deletes NetFloatingIP by id.
|
| Modifier and Type | Method and Description |
|---|---|
ActionResponse |
VipService.delete(String vipId)
Delete the specified vip by ID
|
ActionResponse |
MemberService.delete(String memberId)
Delete the specified member by ID
|
ActionResponse |
LbPoolService.delete(String lbPoolId)
Delete the specified lb Pool by ID
|
ActionResponse |
HealthMonitorService.delete(String healthMonitorId)
Delete the specified healthMonitor by ID
|
ActionResponse |
FirewallService.delete(String firewallId)
Delete the specified Firewall by ID
|
ActionResponse |
FirewallRuleService.delete(String firewallRuleId)
Delete the specified FirewallRule by ID
|
ActionResponse |
FirewallPolicyService.delete(String firewallPolicyId)
Delete the specified FirewallPolicy by ID
|
ActionResponse |
LbPoolService.disAssociateHealthMonitor(String lbPoolId,
String healthMonitorId)
Disassociates a specified health monitor from a pool.
|
ActionResponse |
NetQuotaService.reset()
Resets the current network quota for the current tenant back to defaults
|
ActionResponse |
NetQuotaService.reset(String tenantId)
Resets the current network quota for the current tenant back to defaults
|
| Modifier and Type | Method and Description |
|---|---|
ActionResponse |
NodeGroupTemplateService.delete(String templateId)
Delete the specified node group template
|
ActionResponse |
JobService.delete(String JobId)
Delete the specified job
|
ActionResponse |
JobExecutionService.delete(String jobExecutionId)
Delete a job execution by ID
|
ActionResponse |
JobBinaryService.delete(String JobBinaryId)
Delete the specified job binary
|
ActionResponse |
JobBinaryInternalService.delete(String jobBinaryInternalId)
Delete the specified job binary internal
|
ActionResponse |
DataSourceService.delete(String datasourceId)
Delete the specified data source
|
ActionResponse |
ClusterTemplateService.delete(String templateId)
Delete the specified cluster template
|
ActionResponse |
ClusterService.delete(String clusterId)
Delete the specified cluster
|
ActionResponse |
SaharaImageService.unregister(String imageId)
Unregister the specified image from Sahara image registry
|
| Modifier and Type | Method and Description |
|---|---|
ActionResponse |
ObjectStorageContainerService.create(String name)
Creates a new container with the specified
name |
ActionResponse |
ObjectStorageContainerService.create(String name,
CreateUpdateContainerOptions options)
Creates a new container with the specified
name with options |
ActionResponse |
ObjectStorageObjectService.delete(ObjectLocation location)
Deletes an Object from the specified container
|
ActionResponse |
ObjectStorageObjectService.delete(ObjectLocation location,
ObjectDeleteOptions options)
Deletes an Object from the specified container
|
ActionResponse |
ObjectStorageContainerService.delete(String name)
Deletes an empty container with the specified
name |
ActionResponse |
BlockVolumeTransferService.delete(String transferId)
Deletes a specific transfer
|
ActionResponse |
BlockVolumeSnapshotService.delete(String snapshotId)
Deletes a specified snapshot
|
ActionResponse |
BlockVolumeService.delete(String volumeId)
Deletes the specified volume
|
ActionResponse |
BlockQuotaSetService.delete(String tenantId)
Deletes quotas for a tenant so the quotas revert to default values
|
ActionResponse |
ObjectStorageObjectService.delete(String containerName,
String name)
Deletes an Object from the specified container
|
ActionResponse |
BlockVolumeService.extend(String volumeId,
Integer newSize)
Extends the specified volume size.
|
ActionResponse |
BlockVolumeService.forceDelete(String volumeId)
Attempt forced removal of volume, regardless of the state.
|
ActionResponse |
BlockVolumeService.migrate(String volumeId,
String hostService,
boolean forceHostCopy)
migrate a volume to another host and service
|
ActionResponse |
BlockVolumeService.readOnlyModeUpdate(String volumeId,
boolean readonly)
Updates volume read-only access-mode flag
|
ActionResponse |
BlockVolumeService.resetState(String volumeId,
Volume.Status status)
Resets the specified volume status.
|
ActionResponse |
ObjectStorageContainerService.update(String name,
CreateUpdateContainerOptions options)
Updates a container with the specified
name with options |
ActionResponse |
BlockVolumeSnapshotService.update(String snapshotId,
String name,
String description)
Updates the Name and/or Description for the specified snapshot
|
ActionResponse |
BlockVolumeService.update(String volumeId,
String name,
String description)
OpenStack only allows name or description to be updated.
|
| Modifier and Type | Method and Description |
|---|---|
ActionResponse |
AlarmService.delete(String id)
Delete a specified alarm
|
| Modifier and Type | Method and Description |
|---|---|
ActionResponse |
ResponseToActionResponse.apply(HttpResponse response) |
ActionResponse |
ResponseToActionResponse.apply(HttpResponse response,
boolean returnNullIfNotMapped) |
ActionResponse |
ParseActionResponseFromJsonMap.apply(Map<String,Object> map)
Parses the JSON Map for an Error message.
|
| Modifier and Type | Method and Description |
|---|---|
static ActionResponse |
ActionResponse.actionFailed(String message,
int code) |
static ActionResponse |
ActionResponse.actionSuccess() |
| Modifier and Type | Method and Description |
|---|---|
ActionResponse |
ToActionResponseFunction.apply(HttpResponse response) |
ActionResponse |
ToActionResponseFunction.apply(HttpResponse response,
String action) |
| Modifier and Type | Method and Description |
|---|---|
ActionResponse |
ServerServiceImpl.action(String serverId,
Action action)
Executes the specified Action such as RESUME, PAUSE, START, STOP ...
|
ActionResponse |
ComputeFloatingIPServiceImpl.addFloatingIP(Server server,
String ipAddress)
Adds floating-ip to server.
|
ActionResponse |
ComputeFloatingIPServiceImpl.addFloatingIP(Server server,
String fixedIpAddress,
String ipAddress)
Adds floating-ip to server.
|
ActionResponse |
ServerServiceImpl.addSecurityGroup(String serverId,
String secGroupName)
Associates the specified Server Group by name to the Server by it's identifier
|
ActionResponse |
ServerServiceImpl.backupServer(String serverId,
BackupOptions options)
{
#invokeAction(String, String) |
ActionResponse |
ServerServiceImpl.changeAdminPassword(String serverId,
String adminPassword)
Changes the admin/root password on the server
|
ActionResponse |
ServerServiceImpl.confirmResize(String serverId)
Confirm that the resize worked, thus removing the original server
|
ActionResponse |
ComputeFloatingIPServiceImpl.deallocateIP(String id)
Deallocate ip address from tenant.
|
ActionResponse |
ServerServiceImpl.delete(String serverId)
Delete (i.e shut down and delete the image) of the server
|
ActionResponse |
ServerGroupServiceImpl.delete(String id) |
ActionResponse |
KeypairServiceImpl.delete(String name)
Deletes the keypair by name
|
ActionResponse |
HostAggregateServiceImpl.delete(String aggregateId)
Delete of the aggregate
|
ActionResponse |
FlavorServiceImpl.delete(String flavorId)
Deletes a Flavor by it's identifier
|
ActionResponse |
ComputeSecurityGroupServiceImpl.delete(String securityGroupId)
Deletes the specified Security Group
|
ActionResponse |
ComputeImageServiceImpl.delete(String imageId)
Deletes an Image based on it's identifiers.
|
ActionResponse |
ComputeImageServiceImpl.deleteMetaData(String imageId,
String... keys)
Delete a metadata item from an image
|
ActionResponse |
ServerServiceImpl.deleteMetadataItem(String serverId,
String key)
Removes the specified metadata item via the specified
key and serverId |
ActionResponse |
ComputeSecurityGroupServiceImpl.deleteRule(String ruleId)
Deletes a Security Group Rule
|
ActionResponse |
ServerServiceImpl.detachVolume(String serverId,
String attachmentId)
detach the volume to the given server
|
protected ActionResponse |
BaseComputeServices.invokeAction(String serverId,
ServerAction action) |
ActionResponse |
ServerServiceImpl.liveMigrate(String serverId,
LiveMigrateOptions options)
Live-migrates a server identified with
serverId to a new host without rebooting |
ActionResponse |
ServerServiceImpl.migrateServer(String serverId)
Only user with admin role can do this.
|
ActionResponse |
ServerServiceImpl.reboot(String serverId,
RebootType type)
Reboot a server by SOFT (software-level) or HARD (hardware power cycle)
|
ActionResponse |
ServerServiceImpl.rebuild(String serverId,
RebuildOptions options)
Rebuilds the specified server
|
ActionResponse |
ComputeFloatingIPServiceImpl.removeFloatingIP(Server server,
String ipAddress)
Remove floating-ip from server
|
ActionResponse |
ServerServiceImpl.removeSecurityGroup(String serverId,
String secGroupName)
Removes the specified Server Group by name from the Server by it's identifier
|
ActionResponse |
ServerServiceImpl.resetState(String serverId,
Server.Status state)
Resets the state of a server to a specified
state |
ActionResponse |
ServerServiceImpl.resize(String serverId,
String flavorId)
Resize a server's resources.
|
ActionResponse |
ServerServiceImpl.revertResize(String serverId)
Revert a previous resize, switching back to the old server
|
| Modifier and Type | Method and Description |
|---|---|
ActionResponse |
FloatingIPDNSDomainServiceImpl.delete(String domainName) |
ActionResponse |
FloatingIPDNSEntryServiceImpl.delete(String domain,
String name) |
ActionResponse |
InterfaceServiceImpl.detach(String serverId,
String attachmentId) |
| Modifier and Type | Method and Description |
|---|---|
ActionResponse |
SoftwareConfigServiceImpl.delete(String configId)
Deletes a Software Config by ID
|
ActionResponse |
StackServiceImpl.delete(String stackName,
String stackId) |
ActionResponse |
StackServiceImpl.update(String stackName,
String stackId,
StackUpdate stackUpdate) |
| Modifier and Type | Method and Description |
|---|---|
ActionResponse |
RoleServiceImpl.addUserRole(String userId,
String roleId)
Adds a global role to a user
|
ActionResponse |
RoleServiceImpl.addUserRole(String tenantId,
String userId,
String roleId)
Adds a tenant based role to a user
|
ActionResponse |
UserServiceImpl.changePassword(String userId,
String password) |
ActionResponse |
UserServiceImpl.delete(String userId) |
ActionResponse |
TenantServiceImpl.delete(String tenantId) |
ActionResponse |
ServiceManagerServiceImpl.delete(String serviceId)
Deletes a Service based on it's id
|
ActionResponse |
RoleServiceImpl.delete(String roleId)
Delete a role by it's ID
|
ActionResponse |
ServiceManagerServiceImpl.deleteEndpoint(String endpointId)
Deletes an Endpoint
|
ActionResponse |
RoleServiceImpl.removeUserRole(String userId,
String roleId)
Removes a global role from a user
|
ActionResponse |
RoleServiceImpl.removeUserRole(String tenantId,
String userId,
String roleId)
Removes the user role from a user and the associated tenant
|
| Modifier and Type | Method and Description |
|---|---|
ActionResponse |
GroupServiceImpl.addUserToGroup(String groupId,
String userId)
adds an existing user to a group
|
ActionResponse |
TokenServiceImpl.check(String tokenId) |
ActionResponse |
RoleServiceImpl.checkDomainGroupRole(String domainId,
String groupId,
String roleId) |
ActionResponse |
RoleServiceImpl.checkDomainUserRole(String domainId,
String userId,
String roleId)
checks if a user has a specific role in a given domain-context
|
ActionResponse |
GroupServiceImpl.checkGroupUser(String groupId,
String userId) |
ActionResponse |
RoleServiceImpl.checkProjectGroupRole(String projectId,
String groupId,
String roleId) |
ActionResponse |
RoleServiceImpl.checkProjectUserRole(String projectId,
String userId,
String roleId)
checks if a user has a specific role in a given project-context
|
ActionResponse |
UserServiceImpl.delete(String userId)
delete a user by id
|
ActionResponse |
TokenServiceImpl.delete(String tokenId) |
ActionResponse |
ServiceEndpointServiceImpl.delete(String serviceId) |
ActionResponse |
RoleServiceImpl.delete(String roleId) |
ActionResponse |
RegionServiceImpl.delete(String regionId) |
ActionResponse |
ProjectServiceImpl.delete(String projectId) |
ActionResponse |
PolicyServiceImpl.delete(String policyId) |
ActionResponse |
GroupServiceImpl.delete(String groupId) |
ActionResponse |
DomainServiceImpl.delete(String domainId) |
ActionResponse |
CredentialServiceImpl.delete(String credentialId) |
ActionResponse |
ServiceEndpointServiceImpl.deleteEndpoint(String endpointId) |
ActionResponse |
RoleServiceImpl.grantDomainGroupRole(String domainId,
String groupId,
String roleId) |
ActionResponse |
RoleServiceImpl.grantDomainUserRole(String domainId,
String userId,
String roleId)
grants a role to a specified user in domain context
|
ActionResponse |
RoleServiceImpl.grantProjectGroupRole(String projectId,
String groupId,
String roleId) |
ActionResponse |
RoleServiceImpl.grantProjectUserRole(String projectId,
String userId,
String roleId)
grants a role to a specified user in project context
|
ActionResponse |
GroupServiceImpl.removeUserFromGroup(String groupId,
String userId)
removes a user from a group
|
ActionResponse |
RoleServiceImpl.revokeDomainGroupRole(String domainId,
String groupId,
String roleId) |
ActionResponse |
RoleServiceImpl.revokeDomainUserRole(String domainId,
String userId,
String roleId)
revokes a role to a specified user in domain context
|
ActionResponse |
RoleServiceImpl.revokeProjectGroupRole(String projectId,
String groupId,
String roleId) |
ActionResponse |
RoleServiceImpl.revokeProjectUserRole(String projectId,
String userId,
String roleId)
revokes a role to a specified user in project context
|
| Modifier and Type | Method and Description |
|---|---|
ActionResponse |
ImageServiceImpl.delete(String imageId)
Deletes an Image by ID
|
| Modifier and Type | Method and Description |
|---|---|
protected <R> BaseOpenStackService.Invocation<ActionResponse> |
BaseOpenStackService.deleteWithResponse(String... path) |
| Modifier and Type | Method and Description |
|---|---|
ActionResponse |
ShareTypeServiceImpl.addShareTypeAccess(String shareTypeId,
String projectId)
Adds share type access for a project.
|
ActionResponse |
ShareTypeServiceImpl.delete(String shareTypeId)
Deletes a share type.
|
ActionResponse |
SharesServiceImpl.delete(String shareId)
Deletes a share.
|
ActionResponse |
ShareSnapshotServiceImpl.delete(String snapshotId) |
ActionResponse |
ShareServerServiceImpl.delete(String shareServerId) |
ActionResponse |
ShareNetworkServiceImpl.delete(String shareNetworkId)
Deletes a share network.
|
ActionResponse |
SecurityServiceServiceImpl.delete(String securityServiceId)
Deletes a security service.
|
ActionResponse |
QuotaSetServiceImpl.delete(String tenantId) |
ActionResponse |
QuotaSetServiceImpl.delete(String tenantId,
String userId) |
ActionResponse |
SharesServiceImpl.extend(String shareId,
int newSize)
Increases the size of a share.
|
ActionResponse |
SharesServiceImpl.forceDelete(String shareId)
Administrators only.
|
ActionResponse |
ShareSnapshotServiceImpl.forceDelete(String snapshotId) |
ActionResponse |
ShareInstanceServiceImpl.forceDelete(String shareInstanceId) |
ActionResponse |
ShareTypeServiceImpl.removeShareTypeAccess(String shareTypeId,
String projectId)
Removes share type access from a project.
|
ActionResponse |
SharesServiceImpl.resetState(String shareId,
Share.Status status)
Administrators only.
|
ActionResponse |
ShareInstanceServiceImpl.resetState(String shareInstanceId,
ShareInstance.Status status) |
ActionResponse |
ShareSnapshotServiceImpl.resetState(String snapshotId,
ShareSnapshot.Status status) |
ActionResponse |
SharesServiceImpl.revokeAccess(String shareId,
String accessId)
Revokes access from a share.
|
ActionResponse |
SharesServiceImpl.shrink(String shareId,
int newSize)
Shrinks the size of a share.
|
ActionResponse |
ShareServiceImpl.unmanageShare(String shareId)
Configures Shared File Systems to stop managing a share.
|
ActionResponse |
ShareTypeServiceImpl.unsetExtraSpec(String shareTypeId,
String extraSpecKey)
Unsets an extra specification for the share type.
|
ActionResponse |
SharesServiceImpl.unsetMetadata(String shareId,
String metadataKey)
Unsets the metadata on a share.
|
| Modifier and Type | Method and Description |
|---|---|
ActionResponse |
SubnetServiceImpl.delete(String subnetId)
Delete a Subnet by ID
|
ActionResponse |
SecurityGroupServiceImpl.delete(String groupId)
Deletes SecurityGroup by id.
|
ActionResponse |
RouterServiceImpl.delete(String routerId)
Deletes the specified Router by ID
|
ActionResponse |
PortServiceImpl.delete(String portId)
Delete a Port by ID
|
ActionResponse |
NetworkServiceImpl.delete(String networkId)
Deletes a specified network and its associated resources
|
ActionResponse |
FloatingIPServiceImpl.delete(String id)
Deletes NetFloatingIP by id.
|
| Modifier and Type | Method and Description |
|---|---|
ActionResponse |
VipServiceImpl.delete(String vipId)
Delete the specified vip by ID
|
ActionResponse |
MemberServiceImpl.delete(String memberId)
Delete the specified member by ID
|
ActionResponse |
LbPoolServiceImpl.delete(String lbPoolId)
Delete the specified lb Pool by ID
|
ActionResponse |
HealthMonitorServiceImpl.delete(String healthMonitorId)
Delete the specified healthMonitor by ID
|
ActionResponse |
FirewallServiceImpl.delete(String firewallId)
Delete the specified Firewall by ID
|
ActionResponse |
FirewallRuleServiceImpl.delete(String firewallRuleId)
Delete the specified FirewallRule by ID
|
ActionResponse |
FirewallPolicyServiceImpl.delete(String firewallPolicyId)
Delete the specified FirewallPolicy by ID
|
ActionResponse |
LbPoolServiceImpl.disAssociateHealthMonitor(String lbPoolId,
String healthMonitorId)
Disassociates a specified health monitor from a pool.
|
ActionResponse |
NetQuotaServiceImpl.reset() |
ActionResponse |
NetQuotaServiceImpl.reset(String tenantId) |
| Modifier and Type | Method and Description |
|---|---|
ActionResponse |
NodeGroupTemplateServiceImpl.delete(String templateId)
Delete the specified node group template
|
ActionResponse |
JobServiceImpl.delete(String JobId)
Delete the specified job
|
ActionResponse |
JobExecutionServiceImpl.delete(String jobExecutionId) |
ActionResponse |
JobBinaryServiceImpl.delete(String JobBinaryId)
Delete the specified job binary
|
ActionResponse |
JobBinaryInternalServiceImpl.delete(String jobBinaryInternalId)
Delete the specified job binary internal
|
ActionResponse |
DataSourceServiceImpl.delete(String datasourceId)
Delete the specified data source
|
ActionResponse |
ClusterTemplateServiceImpl.delete(String templateId)
Delete the specified cluster template
|
ActionResponse |
ClusterServiceImpl.delete(String clusterId)
Delete the specified cluster
|
ActionResponse |
SaharaImageServiceImpl.unregister(String imageId)
Unregister the specified image from Sahara image registry
|
| Modifier and Type | Method and Description |
|---|---|
ActionResponse |
BlockVolumeTransferServiceImpl.delete(String transferId) |
ActionResponse |
BlockVolumeSnapshotServiceImpl.delete(String snapshotId)
Deletes a specified snapshot
|
ActionResponse |
BlockVolumeServiceImpl.delete(String volumeId)
Deletes the specified volume
|
ActionResponse |
BlockQuotaSetServiceImpl.delete(String tenantId)
Deletes quotas for a tenant so the quotas revert to default values
|
ActionResponse |
BlockVolumeServiceImpl.extend(String volumeId,
Integer newSize)
Extends the specified volume size.
|
ActionResponse |
BlockVolumeServiceImpl.forceDelete(String volumeId)
Attempt forced removal of volume, regardless of the state.
|
ActionResponse |
BlockVolumeServiceImpl.migrate(String volumeId,
String hostService,
boolean forceHostCopy) |
ActionResponse |
BlockVolumeServiceImpl.readOnlyModeUpdate(String volumeId,
boolean readonly)
Updates volume read-only access-mode flag
|
ActionResponse |
BlockVolumeServiceImpl.resetState(String volumeId,
Volume.Status status)
Resets the specified volume status.
|
ActionResponse |
BlockVolumeSnapshotServiceImpl.update(String snapshotId,
String name,
String description)
Updates the Name and/or Description for the specified snapshot
|
ActionResponse |
BlockVolumeServiceImpl.update(String volumeId,
String name,
String description)
OpenStack only allows name or description to be updated.
|
| Modifier and Type | Method and Description |
|---|---|
ActionResponse |
ObjectStorageContainerServiceImpl.create(String name)
Creates a new container with the specified
name |
ActionResponse |
ObjectStorageContainerServiceImpl.create(String name,
CreateUpdateContainerOptions options)
Creates a new container with the specified
name with options |
ActionResponse |
ObjectStorageObjectServiceImpl.delete(ObjectLocation location) |
ActionResponse |
ObjectStorageObjectServiceImpl.delete(ObjectLocation location,
ObjectDeleteOptions options) |
ActionResponse |
ObjectStorageContainerServiceImpl.delete(String name)
Deletes an empty container with the specified
name |
ActionResponse |
ObjectStorageObjectServiceImpl.delete(String containerName,
String name) |
ActionResponse |
ObjectStorageContainerServiceImpl.update(String name,
CreateUpdateContainerOptions options)
Updates a container with the specified
name with options |
| Modifier and Type | Method and Description |
|---|---|
ActionResponse |
AlarmServiceImpl.delete(String alarmId)
Delete a specified alarm
|
Copyright © 2016. All Rights Reserved.