Modifier and Type | Method and Description |
---|---|
com.google.common.base.Supplier<Map<String,Project>> |
CloudStackComputeServiceContextModule.listProjects(AtomicReference<AuthorizationException> authException,
long seconds,
ProjectsForCurrentUser projectsForCurrentUser) |
Constructor and Description |
---|
CloudStackComputeServiceAdapter(CloudStackApi client,
com.google.common.base.Predicate<String> jobComplete,
com.google.common.base.Supplier<Map<String,Network>> networkSupplier,
com.google.common.base.Supplier<Map<String,Project>> projectSupplier,
BlockUntilJobCompletesAndReturnResult blockUntilJobCompletesAndReturnResult,
StaticNATVirtualMachineInNetwork.Factory staticNATVMInNetwork,
CreatePortForwardingRulesForIP setupPortForwardingRulesForIP,
CreateFirewallRulesForIP setupFirewallRulesForIP,
com.google.common.cache.LoadingCache<String,Set<IPForwardingRule>> vmToRules,
Map<String,Credentials> credentialStore,
Map<NetworkType,? extends OptionsConverter> optionsConverters,
com.google.common.base.Supplier<com.google.common.cache.LoadingCache<String,Zone>> zoneIdToZone,
com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroup> securityGroupCache,
com.google.common.cache.LoadingCache<String,SshKeyPair> keyPairCache,
GroupNamingConvention.Factory namingConvention,
GetLoginForProviderFromPropertiesAndStoreCredentialsOrReturnNull credentialsProvider) |
Modifier and Type | Method and Description |
---|---|
Project |
Project.Builder.build() |
Modifier and Type | Method and Description |
---|---|
int |
Project.compareTo(Project other) |
T |
Project.Builder.fromDomain(Project in) |
Modifier and Type | Method and Description |
---|---|
Project |
ProjectApi.getProject(String id)
gets a specific Project by id
|
Modifier and Type | Method and Description |
---|---|
Set<Project> |
ProjectApi.listProjects(ListProjectsOptions... options)
Lists the projects this account has access to.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Project> |
ProjectsForCurrentUser.get() |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.