public class VmCdromsServiceImpl extends ServiceImpl implements VmCdromsService
VmCdromsService.ListRequest, VmCdromsService.ListResponse
Constructor and Description |
---|
VmCdromsServiceImpl(HttpConnection connection,
String path) |
Modifier and Type | Method and Description |
---|---|
VmCdromService |
cdromService(String id)
Returns a reference to the service that manages a specific CDROM device.
|
VmCdromsService.ListRequest |
list()
Returns the list of CDROM devices of the virtual machine.
|
Service |
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
|
String |
toString() |
checkAction, checkFault, getConnection, getPath, throwError
public VmCdromsServiceImpl(HttpConnection connection, String path)
public VmCdromsService.ListRequest list()
VmCdromsService
Returns the list of CDROM devices of the virtual machine.
list
in interface VmCdromsService
public VmCdromService cdromService(String id)
VmCdromsService
Returns a reference to the service that manages a specific CDROM device.
cdromService
in interface VmCdromsService
public Service service(String path)
VmCdromsService
Service locator method, returns individual service on which the URI is dispatched.
service
in interface VmCdromsService
Copyright © 2016. All rights reserved.