Package | Description |
---|---|
org.jclouds.abiquo.domain.infrastructure |
Modifier and Type | Method and Description |
---|---|
Organization |
ManagedRack.findOrganization(com.google.common.base.Predicate<Organization> filter)
Retrieve the first organization matching the filter within the list of organization in this
rack.
|
Modifier and Type | Method and Description |
---|---|
List<Organization> |
ManagedRack.listOrganizations()
Retrieve the list of organization in this UCS rack.
|
List<Organization> |
ManagedRack.listOrganizations(com.google.common.base.Predicate<Organization> filter)
Retrieve a filtered list of organization in this UCS rack.
|
Modifier and Type | Method and Description |
---|---|
void |
ManagedRack.associateLogicServer(String bladeName,
LogicServer logicServer,
Organization organization)
Associate a Service Profile and a Blade in UCS.
|
void |
ManagedRack.associateLogicServerTemplate(String bladeName,
LogicServer logicServer,
Organization organization,
String logicServerName)
Instantiate and associate a Service Profile Template and a Blade in UCS.
|
void |
ManagedRack.cloneAndAssociateLogicServer(String bladeName,
LogicServer logicServer,
Organization organization,
String logicServerName)
Clone and associate a Service Profile and a Blade in UCS.
|
void |
ManagedRack.cloneLogicServer(LogicServer logicServer,
Organization organization,
String newName)
Clone a Service Profile this rack.
|
Modifier and Type | Method and Description |
---|---|
Organization |
ManagedRack.findOrganization(com.google.common.base.Predicate<Organization> filter)
Retrieve the first organization matching the filter within the list of organization in this
rack.
|
List<Organization> |
ManagedRack.listOrganizations(com.google.common.base.Predicate<Organization> filter)
Retrieve a filtered list of organization in this UCS rack.
|
Copyright © 2009-2013 jclouds. All Rights Reserved.