org.jclouds.cloudstack.features
Interface DomainDomainClient

All Known Subinterfaces:
GlobalDomainClient

public interface DomainDomainClient

Provides synchronous access to CloudStack Domain features available to Domain Admin users.

Author:
Andrei Savu
See Also:

Method Summary
 Domain getDomainById(long domainId)
          Get a domain by ID
 Set<Domain> listDomainChildren(ListDomainChildrenOptions... options)
          Lists all children domains belonging to a specified domain
 Set<Domain> listDomains(ListDomainsOptions... options)
          List domains with detailed information
 

Method Detail

listDomains

Set<Domain> listDomains(ListDomainsOptions... options)
List domains with detailed information

Parameters:
options - list filtering optional arguments
Returns:
set of domain instances or empty

getDomainById

Domain getDomainById(long domainId)
Get a domain by ID

Parameters:
domainId - domain ID
Returns:
domain instance or null

listDomainChildren

Set<Domain> listDomainChildren(ListDomainChildrenOptions... options)
Lists all children domains belonging to a specified domain

Parameters:
options - list filtering optional arguments
Returns:
set of domain instances or empty


Copyright © 2009-2012 jclouds. All Rights Reserved.