@RequestMapping(value="/profile") @RestController public class ProfileRestController extends BaseRestController<au.com.jcloud.lxd.model.Profile>
| Modifier and Type | Field and Description |
|---|---|
private static org.apache.log4j.Logger |
LOG |
| Constructor and Description |
|---|
ProfileRestController() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,au.com.jcloud.lxd.model.Profile> |
getEntities(au.com.jcloud.lxd.service.ICachingLxdService lxdService) |
au.com.jcloud.lxd.model.Profile |
getEntity(au.com.jcloud.lxd.service.ICachingLxdService lxdService,
String name) |
getEntities, getLxdService, getLxdService, getServerService, isDefaultServerAndWindowsOs, performSearch, reloadEntity, searchEntity, searchEntity, setLxdService, setServerService, viewEntitypublic Map<String,au.com.jcloud.lxd.model.Profile> getEntities(au.com.jcloud.lxd.service.ICachingLxdService lxdService) throws IOException, InterruptedException
getEntities in class BaseRestController<au.com.jcloud.lxd.model.Profile>IOExceptionInterruptedExceptionpublic au.com.jcloud.lxd.model.Profile getEntity(au.com.jcloud.lxd.service.ICachingLxdService lxdService,
String name)
getEntity in class BaseRestController<au.com.jcloud.lxd.model.Profile>Copyright © 2025 JCloud. All rights reserved.