SoftLayer Dns Domain Reverse
From SoftLayer Development Network Wiki
Contents |
Overview
The SoftLayer_Dns_Domain_Reverse data type represents a reverse IP address record.
User Access
Users wishing to access the SoftLayer_Dns_Domain_Reverse type must have the Manage DNS permission assigned to their account.
| Warning! Even though our API is object based, XML-RPC can only return data as array values. The SOAP implementation treats data as object properties. |
Local Properties
id
A domain record's internal identifier.
- Type: integer
name
A domain's name including top-level domain, for example "example.com".
name must be a unique value.
name is required for object creation.
- Type: string
- Length: 150 characters
networkAddress
Network address the domain is associated with.
- Type: string
serial
A unique number denoting the latest revision of a domain. Whenever a domain is changed its corresponding serial number is also changed. Serial numbers typically follow the format yyyymmdd## where yyyy is the current year, mm is the current month, dd is the current day of the month, and ## is the number of the revision for that day. A domain's serial number is automatically updated when edited via the API.
serial is required for object creation.
- Type: integer
- Length: 20 digits
Relational Properties
account
The SoftLayer customer account that owns a domain.
account can be queried by object mask.
account must be a unique value.
- Type: SoftLayer_Account
resourceRecords
The pointer type for this domain record.
resourceRecords can be queried by object mask.
Count Properties
resourceRecordCount
A count of the pointer type for this domain record.
resourceRecordCount must be a unique value.
- Type: unsigned long
Associated Methods
- SoftLayer_Network_Vlan::getReverseDomainRecords
- SoftLayer_Network_Subnet::getReverseDomainRecords
- SoftLayer_Hardware_Server::getReverseDomainRecords
See Also
- SoftLayer_Dns_Domain
- SoftLayer_Dns_Domain_ResourceRecord
- SoftLayer_Dns_Domain_ResourceRecord_PtrType

