public class ShareServiceImpl extends BaseShareServices implements ShareService
BaseOpenStackService.Invocation<R>| Constructor and Description |
|---|
ShareServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<? extends AvailabilityZone> |
availabilityZones()
Lists all availability zones.
|
ManilaService.ServiceStatus |
disableService(String binary,
String host)
Disables a service.
|
ManilaService.ServiceStatus |
enableService(String binary,
String host)
Enables a service.
|
Limits |
limits() |
List<? extends Extension> |
listExtensions() |
Share |
manageShare(ShareManage shareManage)
Configures Shared File Systems to manage a share.
|
QuotaSetService |
quotaSets() |
SchedulerStatsService |
schedulerStats() |
SecurityServiceService |
securityServices() |
List<? extends Service> |
services()
Lists all services.
|
ShareInstanceService |
shareInstances() |
ShareNetworkService |
shareNetworks() |
SharesService |
shares() |
ShareServerService |
shareServers() |
ShareSnapshotService |
shareSnapshots() |
ShareTypeService |
shareTypes() |
ActionResponse |
unmanageShare(String shareId)
Configures Shared File Systems to stop managing a share.
|
getApiVersionHeaderdelete, deleteWithResponse, get, head, patch, post, put, requestgetProvider, getServiceVersion, getXOpenstackRequestId, patchWithResponse, postWithResponse, toList, uripublic List<? extends Extension> listExtensions()
listExtensions in interface ShareServicepublic Limits limits()
limits in interface ShareServicepublic SharesService shares()
shares in interface ShareServicepublic SecurityServiceService securityServices()
securityServices in interface ShareServicepublic ShareSnapshotService shareSnapshots()
shareSnapshots in interface ShareServicepublic ShareNetworkService shareNetworks()
shareNetworks in interface ShareServicepublic ShareServerService shareServers()
shareServers in interface ShareServicepublic ShareInstanceService shareInstances()
shareInstances in interface ShareServicepublic ShareTypeService shareTypes()
shareTypes in interface ShareServicepublic SchedulerStatsService schedulerStats()
schedulerStats in interface ShareServicepublic List<? extends Service> services()
services in interface ShareServicepublic ManilaService.ServiceStatus enableService(String binary, String host)
enableService in interface ShareServicebinary - the name of the service binary that you want to enablehost - the host name of the service that you want to enablepublic ManilaService.ServiceStatus disableService(String binary, String host)
disableService in interface ShareServicebinary - the name of the service binary that you want to disablehost - the host name of the service that you want to disablepublic List<? extends AvailabilityZone> availabilityZones()
availabilityZones in interface ShareServicepublic Share manageShare(ShareManage shareManage)
manageShare in interface ShareServiceshareManage - the share to managepublic ActionResponse unmanageShare(String shareId)
unmanageShare in interface ShareServiceshareId - the share IDpublic QuotaSetService quotaSets()
quotaSets in interface ShareServiceCopyright © 2017. All rights reserved.