org.jclouds.glesys
Interface GleSYSApi

All Superinterfaces:
Closeable

public interface GleSYSApi
extends Closeable

Provides synchronous access to GleSYS.

Author:
Adrian Cole
See Also:
GleSYSAsyncApi,

Method Summary
 ArchiveApi getArchiveApi()
          Provides synchronous access to Archive features.
 DomainApi getDomainApi()
          Provides synchronous access to DNS features.
 EmailAccountApi getEmailAccountApi()
          Provides synchronous access to E-Mail features.
 IpApi getIpApi()
          Provides synchronous access to Ip Address features.
 ServerApi getServerApi()
          Provides synchronous access to Server features.
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

getServerApi

ServerApi getServerApi()
Provides synchronous access to Server features.


getIpApi

IpApi getIpApi()
Provides synchronous access to Ip Address features.


getArchiveApi

ArchiveApi getArchiveApi()
Provides synchronous access to Archive features.


getDomainApi

DomainApi getDomainApi()
Provides synchronous access to DNS features.


getEmailAccountApi

EmailAccountApi getEmailAccountApi()
Provides synchronous access to E-Mail features.



Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.