public class EnterpriseApi extends Object
| Modifier and Type | Method and Description |
|---|---|
com.abiquo.server.core.infrastructure.PublicCloudCredentialsDto |
addPublicCloudCredentials(com.abiquo.server.core.enterprise.EnterpriseDto enterprise,
com.abiquo.server.core.infrastructure.PublicCloudCredentialsDto credentials) |
com.abiquo.server.core.enterprise.EnterpriseDto |
createEnterprise(String name) |
com.abiquo.server.core.enterprise.UserDto |
createUser(String name,
String surname,
String nick,
String password,
String email,
String description,
boolean active,
String locale,
com.abiquo.model.enumerator.AuthType authType,
String publicSshKey,
List<Integer> availableVirtualDatacentersIds,
com.abiquo.server.core.enterprise.EnterpriseDto enterprise,
com.abiquo.server.core.enterprise.RoleDto role) |
com.abiquo.server.core.enterprise.UserDto |
getCurrentUser() |
com.abiquo.server.core.enterprise.EnterpriseDto |
getEnterprise(String id) |
Iterable<com.abiquo.server.core.enterprise.EnterpriseDto> |
listEnterprises() |
Iterable<com.abiquo.server.core.enterprise.EnterpriseDto> |
listEnterprises(EnterpriseListOptions options) |
Iterable<com.abiquo.server.core.enterprise.RoleDto> |
listRoles() |
Iterable<com.abiquo.server.core.enterprise.UserDto> |
listUsers(com.abiquo.server.core.enterprise.EnterpriseDto enterprise) |
Iterable<com.abiquo.server.core.enterprise.UserDto> |
listUsers(com.abiquo.server.core.enterprise.EnterpriseDto enterprise,
UserListOptions options) |
public com.abiquo.server.core.enterprise.EnterpriseDto createEnterprise(String name)
public com.abiquo.server.core.infrastructure.PublicCloudCredentialsDto addPublicCloudCredentials(com.abiquo.server.core.enterprise.EnterpriseDto enterprise,
com.abiquo.server.core.infrastructure.PublicCloudCredentialsDto credentials)
public com.abiquo.server.core.enterprise.EnterpriseDto getEnterprise(String id)
public Iterable<com.abiquo.server.core.enterprise.EnterpriseDto> listEnterprises()
public Iterable<com.abiquo.server.core.enterprise.EnterpriseDto> listEnterprises(EnterpriseListOptions options)
public com.abiquo.server.core.enterprise.UserDto createUser(String name, String surname, String nick, String password, String email, String description, boolean active, String locale, com.abiquo.model.enumerator.AuthType authType, String publicSshKey, List<Integer> availableVirtualDatacentersIds, com.abiquo.server.core.enterprise.EnterpriseDto enterprise, com.abiquo.server.core.enterprise.RoleDto role)
public com.abiquo.server.core.enterprise.UserDto getCurrentUser()
public Iterable<com.abiquo.server.core.enterprise.UserDto> listUsers(com.abiquo.server.core.enterprise.EnterpriseDto enterprise)
public Iterable<com.abiquo.server.core.enterprise.UserDto> listUsers(com.abiquo.server.core.enterprise.EnterpriseDto enterprise, UserListOptions options)
public Iterable<com.abiquo.server.core.enterprise.RoleDto> listRoles()
Copyright © 2008–2015 Abiquo Holdings S.L.. All rights reserved.