Uses of Class
org.jclouds.glesys.domain.Domain
-
Packages that use Domain Package Description org.jclouds.glesys.domain org.jclouds.glesys.features -
-
Uses of Domain in org.jclouds.glesys.domain
Methods in org.jclouds.glesys.domain that return Domain Modifier and Type Method Description Domain
Domain.Builder. build()
Methods in org.jclouds.glesys.domain with parameters of type Domain Modifier and Type Method Description T
Domain.Builder. fromDomain(Domain in)
-
Uses of Domain in org.jclouds.glesys.features
Methods in org.jclouds.glesys.features that return Domain Modifier and Type Method Description Domain
DomainApi. create(String name, AddDomainOptions... options)
Add a domain to the Glesys dns-systemDomain
DomainApi. get(String name)
Get a specific domain.Domain
DomainApi. update(String domain, DomainOptions options)
Update a domain to the Glesys dns-systemMethods in org.jclouds.glesys.features that return types with arguments of type Domain Modifier and Type Method Description com.google.common.collect.FluentIterable<Domain>
DomainApi. list()
Get a list of all domains for this account.
-