com.softlayer.api.service.dns.domain.Forward Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of softlayer-api-client Show documentation
Show all versions of softlayer-api-client Show documentation
API client for accessing the SoftLayer API
The newest version!
package com.softlayer.api.service.dns.domain;
import com.softlayer.api.annotation.ApiType;
import com.softlayer.api.service.dns.Domain;
/**
* The SoftLayer_Dns_Domain_Forward data type represents a single DNS domain record hosted on the SoftLayer nameservers. Domains contain general information about the domain name such as name and serial. Individual records such as A, AAAA, CTYPE, and MX records are stored in the domain's associated [[SoftLayer_Dns_Domain_ResourceRecord (type)|SoftLayer_Dns_Domain_ResourceRecord]] records.
*
* @see SoftLayer_Dns_Domain_Forward
*/
@ApiType("SoftLayer_Dns_Domain_Forward")
public class Forward extends Domain {
public static class Mask extends com.softlayer.api.service.dns.Domain.Mask {
}
}