|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DNSServices_PortType
| Method Summary | |
|---|---|
void |
addARecord(AuthToken at,
java.lang.String zoneName,
java.lang.String prefix,
java.lang.String ip,
java.lang.String ttl)
Creates A record for service DNS zone. |
void |
addCNAMERecord(AuthToken at,
java.lang.String zoneName,
java.lang.String prefix,
java.lang.String ip,
java.lang.String ttl)
Creates CNAME record for service DNS zone. |
void |
addDNSZone(AuthToken at,
java.lang.String zoneName,
java.lang.String admEmail,
boolean allowThirdDomainLevelHosting,
long masterServer)
Creates service DNS zone. |
void |
addInstantAlias(AuthToken at,
java.lang.String zoneName,
java.lang.String prefix,
int tag)
Creates instant alias. |
void |
addMXRecord(AuthToken at,
java.lang.String zoneName,
java.lang.String prefix,
java.lang.String ip,
java.lang.String priority)
Creates MX record for service DNS zone. |
void |
addResellerCPAlias(AuthToken at,
java.lang.String zoneName,
java.lang.String prefix)
Creates reseller CP alias template. |
void |
addUserCustomARecord(AuthToken at,
java.lang.String zoneName,
java.lang.String prefix,
java.lang.String ttl,
java.lang.String ip)
Creates custom A DNS record for the user from AuthToken. |
void |
addUserCustomCNAMERecord(AuthToken at,
java.lang.String zoneName,
java.lang.String prefix,
java.lang.String ttl,
java.lang.String ip)
Creates custom CNAME DNS record for the user from AuthToken. |
void |
addUserCustomMXRecord(AuthToken at,
java.lang.String zoneName,
java.lang.String prefix,
java.lang.String priority,
java.lang.String ip)
Creates custom MX DNS record for the user from AuthToken. |
void |
delCustomDNSRecord(AuthToken at,
java.lang.String zoneName,
java.lang.String prefix,
java.lang.String type)
Deletes DNS record from service zone. |
void |
delDNSZone(AuthToken at,
java.lang.String zoneName)
Deletes service DNS zone. |
void |
delInstantAlias(AuthToken at,
java.lang.String zoneName,
java.lang.String prefix,
int tag)
Deletes instant alias. |
void |
delResellerCPAlias(AuthToken at,
java.lang.String zoneName,
java.lang.String prefix)
Deletes reseller CP alias template. |
void |
delUserCustomRecord(AuthToken at,
java.lang.String fullRecordname)
Deletes custom DNS record for the user from AuthToken. |
java.lang.String |
getAdminEmailForZone(AuthToken at,
java.lang.String zoneName)
Returns admin email address to service DNS zone. |
DNSRecordInfo[] |
getAllCustomDNSRecords(AuthToken at,
java.lang.String zoneName)
Retrieves all custom records of service DNS zone. |
java.lang.String[] |
getAllInstantAliases(AuthToken at,
java.lang.String zoneName)
Retrieves instant aliases for service DNS zone. |
java.lang.String[] |
getAllResellerCPAliases(AuthToken at,
java.lang.String zoneName)
Retrieves reseller CP aliases for service DNS zone. |
DNSRecordInfo[] |
getAllUserCustomDNSRecords(AuthToken at,
java.lang.String zoneName)
Retrieves all custom records of DNS zone for the user from AuthToken. |
java.lang.String[] |
getAllUserZones(AuthToken at)
Retrieves all DNS zone names for the user from AuthToken. |
java.lang.Object[] |
getAllZones(AuthToken at)
Retrieves all service DNS zones. |
DNSRecordInfo[] |
getBuiltinARecords(AuthToken at,
java.lang.String domainName)
Retrieves all builtin A records for the user from AuthToken. |
DNSRecordInfo[] |
getBuiltinCNAMERecords(AuthToken at,
java.lang.String domainName)
Retrieves all builtin CNAME records for the user from AuthToken. |
DNSRecordInfo[] |
getBuiltinMXRecords(AuthToken at,
java.lang.String domainName)
Retrieves all builtin MX records for the user from AuthToken. |
java.lang.String |
getDescription()
Returns description of the class |
boolean |
isAllowHosting(AuthToken at,
java.lang.String zoneName)
Returns true if third level domain hosting allowed for chosen DNS zone. |
void |
setAllowHosting(AuthToken at,
java.lang.String zoneName,
boolean allowThirdDomainLevelHosting)
Enable or disable third level domain hosting for chosen DNS zone. |
| Method Detail |
|---|
java.lang.String getDescription()
throws java.rmi.RemoteException
java.rmi.RemoteException
void addDNSZone(AuthToken at,
java.lang.String zoneName,
java.lang.String admEmail,
boolean allowThirdDomainLevelHosting,
long masterServer)
throws java.rmi.RemoteException
at - user authentication information.zoneName - service DNS zone name, format: xxx.yyy.zzz ...admEmail - service DNS zone admin email,allowThirdDomainLevelHosting - allow third level domain hosting for this DNS zonemasterServer - logical DNS server ID that will be master server for this DNS zone
java.lang.Exception
java.rmi.RemoteException
void setAllowHosting(AuthToken at,
java.lang.String zoneName,
boolean allowThirdDomainLevelHosting)
throws java.rmi.RemoteException
at - user authentication information.zoneName - DNS zone name, format: xxx.yyy.zzz ...allowThirdDomainLevelHosting - true - for enabling third level domain hosting,
false - otherwise.
java.lang.Exception
java.rmi.RemoteException
void delDNSZone(AuthToken at,
java.lang.String zoneName)
throws java.rmi.RemoteException
at - user authentication information.zoneName - service DNS zone name, format: xxx.yyy.zzz ...
java.lang.Exception
java.rmi.RemoteException
boolean isAllowHosting(AuthToken at,
java.lang.String zoneName)
throws java.rmi.RemoteException
at - user authentication information.zoneName - service DNS zone name, format: xxx.yyy.zzz ...
java.lang.Exception
java.rmi.RemoteException
java.lang.Object[] getAllZones(AuthToken at)
throws java.rmi.RemoteException
at - user authentication information.
java.lang.Exception
java.rmi.RemoteException
java.lang.String getAdminEmailForZone(AuthToken at,
java.lang.String zoneName)
throws java.rmi.RemoteException
at - user authentication information.zoneName - service DNS zone name, format: xxx.yyy.zzz ...
java.lang.Exception
java.rmi.RemoteException
void addARecord(AuthToken at,
java.lang.String zoneName,
java.lang.String prefix,
java.lang.String ip,
java.lang.String ttl)
throws java.rmi.RemoteException
at - user authentication information.zoneName - service DNS zone name, format: xxx.yyy.zzz ...prefix - the string appended to the zone name to create a FQDN mapped to the IP,ip - the IP address that fully qualified domain name will be mapped to,ttl - TTL (seconds to elapse before the record is refreshed in the provider's DNS cache),java.lang.Exception
java.rmi.RemoteException
void addMXRecord(AuthToken at,
java.lang.String zoneName,
java.lang.String prefix,
java.lang.String ip,
java.lang.String priority)
throws java.rmi.RemoteException
at - user authentication information.zoneName - service DNS zone name, format: xxx.yyy.zzz ...prefix - the string appended to the zone name to create a FQDN mapped to the IP,ip - the IP address that fully qualified domain name will be mapped to,priority - the priority of the record and mail domain name (not the IP) mail will be forwarded to,java.lang.Exception
java.rmi.RemoteException
void addCNAMERecord(AuthToken at,
java.lang.String zoneName,
java.lang.String prefix,
java.lang.String ip,
java.lang.String ttl)
throws java.rmi.RemoteException
at - user authentication information.zoneName - service DNS zone name, format: xxx.yyy.zzz ...prefix - the string appended to the zone name to create a FQDN mapped to the IP,ip - name of the server to which you are creating the alias record format: xxx.yyy.zzz ...ttl - TTL (seconds to elapse before the record is refreshed in the provider's DNS cache),java.lang.Exception
java.rmi.RemoteException
void delCustomDNSRecord(AuthToken at,
java.lang.String zoneName,
java.lang.String prefix,
java.lang.String type)
throws java.rmi.RemoteException
at - user authentication information.zoneName - service DNS zone name, format: xxx.yyy.zzz ...prefix - the string appended to the zone name to create a FQDN mapped to the IP,type - DNS record type, format: A, MX, CNAME or TXT.
java.lang.Exception
java.rmi.RemoteException
void addInstantAlias(AuthToken at,
java.lang.String zoneName,
java.lang.String prefix,
int tag)
throws java.rmi.RemoteException
at - user authentication information.zoneName - service DNS zone name, format: xxx.yyy.zzz ...prefix - instant alias prefix that will appear on the left to the domain part in user's instant domain alias,tag - a digital "mark" that helps separate sites within one plan on one logical server,
format: numbers 10 to 99 are acceptable, the default value of 2 is assigned when the field is submitted being empty.
java.lang.Exception
java.rmi.RemoteException
void delInstantAlias(AuthToken at,
java.lang.String zoneName,
java.lang.String prefix,
int tag)
throws java.rmi.RemoteException
at - user authentication information.zoneName - service DNS zone name, format: xxx.yyy.zzz ...prefix - instant alias prefix that will appear on the left to the domain part in user's instant domain alias,tag - tag a digital "mark" that helps separate sites within one plan on one logical server,
format: numbers 10 to 99 are acceptable, the default value of 2 is assigned when the field is submitted being empty.
java.lang.Exception
java.rmi.RemoteException
void addResellerCPAlias(AuthToken at,
java.lang.String zoneName,
java.lang.String prefix)
throws java.rmi.RemoteException
at - user authentication information.zoneName - service DNS zone name, format: xxx.yyy.zzz ...prefix - prefix helps to distinguish which DNS zone will service the temporary reseller cp alias
when you proceed to creating reseller plans,
format: alphanumeric value.
java.lang.Exception
java.rmi.RemoteException
void delResellerCPAlias(AuthToken at,
java.lang.String zoneName,
java.lang.String prefix)
throws java.rmi.RemoteException
at - user authentication information.zoneName - service DNS zone name, format: xxx.yyy.zzz ...prefix - prefix helps to distinguish which DNS zone will service the temporary reseller cp alias
when you proceed to creating reseller plans,
format: alphanumeric value.
java.lang.Exception
java.rmi.RemoteException
DNSRecordInfo[] getAllCustomDNSRecords(AuthToken at,
java.lang.String zoneName)
throws java.rmi.RemoteException
at - user authentication information.zoneName - service DNS zone name, format: xxx.yyy.zzz ...
java.lang.Exception
java.rmi.RemoteException
java.lang.String[] getAllInstantAliases(AuthToken at,
java.lang.String zoneName)
throws java.rmi.RemoteException
at - user authentication information.zoneName - service DNS zone name, format: xxx.yyy.zzz ...
java.lang.Exception
java.rmi.RemoteException
java.lang.String[] getAllResellerCPAliases(AuthToken at,
java.lang.String zoneName)
throws java.rmi.RemoteException
at - user authentication information.zoneName - service DNS zone name, format: xxx.yyy.zzz ...
java.lang.Exception
java.rmi.RemoteException
DNSRecordInfo[] getBuiltinARecords(AuthToken at,
java.lang.String domainName)
throws java.rmi.RemoteException
AuthToken.
at - user authentication information.domainName - domain name, format: xxx.yyy.zzz ...
java.lang.Exception
java.rmi.RemoteException
DNSRecordInfo[] getBuiltinMXRecords(AuthToken at,
java.lang.String domainName)
throws java.rmi.RemoteException
AuthToken.
at - user authentication information.domainName - domain name, format: xxx.yyy.zzz ...
java.lang.Exception
java.rmi.RemoteException
DNSRecordInfo[] getBuiltinCNAMERecords(AuthToken at,
java.lang.String domainName)
throws java.rmi.RemoteException
AuthToken.
at - user authentication information.domainName - domain name, format: xxx.yyy.zzz ...
java.lang.Exception
java.rmi.RemoteException
java.lang.String[] getAllUserZones(AuthToken at)
throws java.rmi.RemoteException
AuthToken.
at - user authentication information.
java.lang.Exception
java.rmi.RemoteException
void addUserCustomARecord(AuthToken at,
java.lang.String zoneName,
java.lang.String prefix,
java.lang.String ttl,
java.lang.String ip)
throws java.rmi.RemoteException
AuthToken.
at - user authentication information.zoneName - DNS zone name, format: xxx.yyy.zzz ...prefix - the string appended to the DNS zone name to create a FQDN mapped to the IP,ttl - TTL (seconds to elapse before the record is refreshed in the provider's DNS cache),ip - the IP address that fully qualified domain name will be mapped to,java.lang.Exception
java.rmi.RemoteException
void addUserCustomMXRecord(AuthToken at,
java.lang.String zoneName,
java.lang.String prefix,
java.lang.String priority,
java.lang.String ip)
throws java.rmi.RemoteException
AuthToken.
at - user authentication information.zoneName - DNS zone name, format: xxx.yyy.zzz ...prefix - the string appended to the zone name to create a FQDN mapped to the IP,priority - the priority of the record and mail domain name (not the IP) mail will be forwarded to,ip - the IP address that fully qualified domain name will be mapped to,java.lang.Exception
java.rmi.RemoteException
void addUserCustomCNAMERecord(AuthToken at,
java.lang.String zoneName,
java.lang.String prefix,
java.lang.String ttl,
java.lang.String ip)
throws java.rmi.RemoteException
AuthToken.
at - user authentication information.zoneName - DNS zone name, format: xxx.yyy.zzz ...prefix - the string appended to the zone name to create a FQDN mapped to the IP,ttl - TTL (seconds to elapse before the record is refreshed in the provider's DNS cache),ip - name of the server to which you are creating the alias record format: xxx.yyy.zzz ...
java.lang.Exception
java.rmi.RemoteException
void delUserCustomRecord(AuthToken at,
java.lang.String fullRecordname)
throws java.rmi.RemoteException
AuthToken.
at - user authentication information.fullRecordname - DNS record name, format: xxx.yyy.zzz ...
java.lang.Exception
java.rmi.RemoteException
DNSRecordInfo[] getAllUserCustomDNSRecords(AuthToken at,
java.lang.String zoneName)
throws java.rmi.RemoteException
AuthToken.
at - user authentication information.zoneName - DNS zone name, format: xxx.yyy.zzz ...
java.lang.Exception
java.rmi.RemoteException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||