public interface ShareService extends RestService
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.
|
List<? extends Extension> listExtensions()
Limits limits()
SharesService shares()
SecurityServiceService securityServices()
ShareSnapshotService shareSnapshots()
ShareNetworkService shareNetworks()
ShareServerService shareServers()
ShareInstanceService shareInstances()
ShareTypeService shareTypes()
SchedulerStatsService schedulerStats()
ManilaService.ServiceStatus enableService(String binary, String host)
binary
- the name of the service binary that you want to enablehost
- the host name of the service that you want to enableManilaService.ServiceStatus disableService(String binary, String host)
binary
- the name of the service binary that you want to disablehost
- the host name of the service that you want to disableList<? extends AvailabilityZone> availabilityZones()
Share manageShare(ShareManage shareManage)
shareManage
- the share to manageActionResponse unmanageShare(String shareId)
shareId
- the share IDQuotaSetService quotaSets()
Copyright © 2017. All rights reserved.