Uses of Class
org.jclouds.glesys.options.DomainOptions
Packages that use DomainOptions
-
Uses of DomainOptions in org.jclouds.glesys.features
Methods in org.jclouds.glesys.features with parameters of type DomainOptionsModifier and TypeMethodDescriptionDomainApi.update
(String domain, DomainOptions options) Update a domain to the Glesys dns-system -
Uses of DomainOptions in org.jclouds.glesys.options
Subclasses of DomainOptions in org.jclouds.glesys.optionsMethods in org.jclouds.glesys.options that return DomainOptionsModifier and TypeMethodDescriptionstatic DomainOptions
DomainOptions.Builder.expire
(int expire) DomainOptions.expire
(int expire) Configure the number of seconds a master or slave will wait before considering the data stale if it cannot reach the primary name serverAddDomainOptions.minimalRecords()
Ensure only NS and SOA records will be created by default, when this option is not used a number of default records will be created on the domain.static DomainOptions
DomainOptions.Builder.minimum
(int minimum) DomainOptions.minimum
(int minimum) Configure the minimum/default TTL if the domain does not specify ttlstatic DomainOptions
DomainOptions.Builder.primaryNameServer
(String primaryNameServer) DomainOptions.primaryNameServer
(String primaryNameServer) Configure the primary DNS server for this domain.static DomainOptions
DomainOptions.Builder.refresh
(int refresh) DomainOptions.refresh
(int refresh) Configure the number of seconds between update requests from secondary and slave name serversstatic DomainOptions
DomainOptions.Builder.responsiblePerson
(String responsiblePerson) DomainOptions.responsiblePerson
(String responsiblePerson) Configure the E-mail address of the person responsible for this domain (usually attached to MX records).static DomainOptions
DomainOptions.Builder.retry
(int retry) DomainOptions.retry
(int retry) Configure the number of seconds the secondary/slave will wait before retrying when the last attempt failedstatic DomainOptions
DomainOptions.Builder.ttl
(int ttl) DomainOptions.ttl
(int ttl) TTL (time to live).