@Beta
@Consumes(value="application/json")
@Path(value="/os-hypervisors")
public interface HypervisorApi
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.FluentIterable<Hypervisor> |
list() |
com.google.common.collect.FluentIterable<HypervisorDetails> |
listInDetail() |
@Named(value="hypervisors:list") @GET com.google.common.collect.FluentIterable<Hypervisor> list()
@Named(value="hypervisors:list") @GET @Path(value="/detail") com.google.common.collect.FluentIterable<HypervisorDetails> listInDetail()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.