public class ClusterServiceImpl extends ServiceImpl implements ClusterService
ClusterService.GetRequest, ClusterService.GetResponse, ClusterService.RemoveRequest, ClusterService.RemoveResponse, ClusterService.ResetEmulatedMachineRequest, ClusterService.ResetEmulatedMachineResponse, ClusterService.UpdateRequest, ClusterService.UpdateResponse
Constructor and Description |
---|
ClusterServiceImpl(HttpConnection connection,
String path) |
Modifier and Type | Method and Description |
---|---|
AffinityGroupsService |
affinityGroupsService() |
AssignedCpuProfilesService |
cpuProfilesService() |
ClusterService.GetRequest |
get() |
GlusterHooksService |
glusterHooksService() |
GlusterVolumesService |
glusterVolumesService() |
NetworkFiltersService |
networkFiltersService()
A sub collection with all the supported network filters for this cluster.
|
AssignedNetworksService |
networksService() |
AssignedPermissionsService |
permissionsService() |
ClusterService.RemoveRequest |
remove() |
ClusterService.ResetEmulatedMachineRequest |
resetEmulatedMachine() |
Service |
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
|
String |
toString() |
ClusterService.UpdateRequest |
update() |
checkAction, checkFault, getConnection, getPath, throwError
public ClusterServiceImpl(HttpConnection connection, String path)
public ClusterService.GetRequest get()
get
in interface ClusterService
public ClusterService.RemoveRequest remove()
remove
in interface ClusterService
public ClusterService.ResetEmulatedMachineRequest resetEmulatedMachine()
resetEmulatedMachine
in interface ClusterService
public ClusterService.UpdateRequest update()
update
in interface ClusterService
public AffinityGroupsService affinityGroupsService()
affinityGroupsService
in interface ClusterService
public AssignedCpuProfilesService cpuProfilesService()
cpuProfilesService
in interface ClusterService
public GlusterHooksService glusterHooksService()
glusterHooksService
in interface ClusterService
public GlusterVolumesService glusterVolumesService()
glusterVolumesService
in interface ClusterService
public NetworkFiltersService networkFiltersService()
ClusterService
A sub collection with all the supported network filters for this cluster.
networkFiltersService
in interface ClusterService
public AssignedNetworksService networksService()
networksService
in interface ClusterService
public AssignedPermissionsService permissionsService()
permissionsService
in interface ClusterService
public Service service(String path)
ClusterService
Service locator method, returns individual service on which the URI is dispatched.
service
in interface ClusterService
Copyright © 2016. All rights reserved.