Package | Description |
---|---|
org.jclouds.abiquo.domain.infrastructure | |
org.jclouds.abiquo.features.services | |
org.jclouds.abiquo.internal | |
org.jclouds.abiquo.predicates.infrastructure |
Modifier and Type | Method and Description |
---|---|
LogicServer |
ManagedRack.findServiceProfile(com.google.common.base.Predicate<LogicServer> filter)
Retrieve the first service profile matching the filter within the list of profiles in this
rack.
|
LogicServer |
ManagedRack.findServiceProfileTemplate(com.google.common.base.Predicate<LogicServer> filter)
Retrieve the first service profile template matching the filter within the list of templates
in this rack.
|
LogicServer |
Blade.getLogicServer()
Retrieve the logic server associated with this machine in the Cisco UCS rack.
|
Modifier and Type | Method and Description |
---|---|
List<LogicServer> |
ManagedRack.listServiceProfiles()
Retrieve the list of service profiles in this UCS rack.
|
List<LogicServer> |
ManagedRack.listServiceProfiles(com.google.common.base.Predicate<LogicServer> filter)
Retrieve a filtered list of service profiles in this UCS rack.
|
List<LogicServer> |
ManagedRack.listServiceProfileTemplates()
Retrieve the list of service profile templates in this UCS rack.
|
List<LogicServer> |
ManagedRack.listServiceProfileTemplates(com.google.common.base.Predicate<LogicServer> filter)
Retrieve a filtered list of service profile templates 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.
|
void |
ManagedRack.deleteLogicServer(LogicServer logicServer)
Deletes a Service Profile in UCS.
|
void |
ManagedRack.disassociateLogicServer(LogicServer logicServer)
Dissociates a Service Profile and a Blade in UCS.
|
Modifier and Type | Method and Description |
---|---|
LogicServer |
ManagedRack.findServiceProfile(com.google.common.base.Predicate<LogicServer> filter)
Retrieve the first service profile matching the filter within the list of profiles in this
rack.
|
LogicServer |
ManagedRack.findServiceProfileTemplate(com.google.common.base.Predicate<LogicServer> filter)
Retrieve the first service profile template matching the filter within the list of templates
in this rack.
|
List<LogicServer> |
ManagedRack.listServiceProfiles(com.google.common.base.Predicate<LogicServer> filter)
Retrieve a filtered list of service profiles in this UCS rack.
|
List<LogicServer> |
ManagedRack.listServiceProfileTemplates(com.google.common.base.Predicate<LogicServer> filter)
Retrieve a filtered list of service profile templates in this UCS rack.
|
Modifier and Type | Method and Description |
---|---|
Iterable<LogicServer> |
SearchService.searchServiceProfiles(ManagedRack rack,
FilterOptions options)
Get the list of service profiles for managed rack.
|
Iterable<LogicServer> |
SearchService.searchServiceProfileTemplates(ManagedRack rack,
FilterOptions options)
Get the list of service profile templates for managed rack.
|
Modifier and Type | Method and Description |
---|---|
Iterable<LogicServer> |
BaseSearchService.searchServiceProfiles(ManagedRack rack,
FilterOptions options) |
Iterable<LogicServer> |
BaseSearchService.searchServiceProfileTemplates(ManagedRack rack,
FilterOptions options) |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<LogicServer> |
LogicServerPredicates.name(String... names) |
Copyright © 2009-2013 jclouds. All Rights Reserved.