Package org.jclouds.glesys
Interface GleSYSApi
-
- All Superinterfaces:
AutoCloseable
,Closeable
public interface GleSYSApi extends Closeable
Provides synchronous access to GleSYS.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.
-
-
-
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.
-
-