SoftLayer_Dns_Domain_ResourceRecord_SrvType


SoftLayer_Dns_Domain_ResourceRecord_SrvType

Description

SoftLayer_Dns_Domain_ResourceRecord_SrvType is a SoftLayer_Dns_Domain_ResourceRecord object whose ‘’type’’ property is set to “srv” and defines a DNS SRV record on a SoftLayer hosted domain.

Local


data

The value of a domain’s resource record. This can be an IP address or a hostname. Fully qualified host and domain name data must end with the “.” character.
Type: string


domainId

An identifier belonging to the domain that a resource record is associated with.
Type: int


expire

The amount of time in seconds that a secondary name server (or servers) will hold a zone before it is no longer considered authoritative.
Type: int


host

The host defined by a resource record. A value of “@” denotes a wildcard.
Type: string


id

A domain resource record’s internal identifier.
Type: int


minimum

The amount of time in seconds that a domain’s resource records are valid. This is also known as a minimum TTL, and can be overridden by an individual resource record’s TTL.
Type: int


mxPriority

Useful in cases where a domain has more than one mail exchanger, the priority property is the priority of the MTA that delivers mail for a domain. A lower number denotes a higher priority, and mail will attempt to deliver through that MTA before moving to lower priority mail servers. Priority is defaulted to 10 upon resource record creation.
Type: int


port

The TCP or UDP port on which the service is to be found.
Type: int


priority

The priority of the target host, lower value means more preferred.
Type: int


protocol

The protocol of the desired service; this is usually either TCP or UDP.
Type: string


refresh

The amount of time in seconds that a secondary name server should wait to check for a new copy of a DNS zone from the domain’s primary name server. If a zone file has changed then the secondary DNS server will update it’s copy of the zone to match the primary DNS server’s zone.
Type: int


responsiblePerson

The email address of the person responsible for a domain, with the “@” replaced with a “.”. For instance, if root@example.org is responsible for example.org, then example.org’s SOA responsibility is “root.example.org.”.
Type: string


retry

The amount of time in seconds that a domain’s primary name server (or servers) should wait if an attempt to refresh by a secondary name server failed before attempting to refresh a domain’s zone with that secondary name server again.
Type: int


service

The symbolic name of the desired service
Type: string


ttl

The Time To Live value of a resource record, measured in seconds. TTL is used by a name server to determine how long to cache a resource record. An SOA record’s TTL value defines the domain’s overall TTL.
Type: int


type

A domain resource record’s type. A value of “a” denotes an A (address) record, “aaaa” denotes an AAAA (IPv6 address) record, “cname” denotes a CNAME (canonical name) record, “mx” denotes an MX (mail exchanger) record, “ns” denotes an NS (nameserver) record, “ptr” denotes a PTR (pointer/reverse) record, “soa” denotes the SOA (start of authority) record, “spf” denotes a SPF (sender policy framework) record, and “txt” denotes a TXT (text) record. A domain record’s type also denotes which class in the SoftLayer API is a best match for extending a resource record.
Type: string


weight

A relative weight for records with the same priority.
Type: int

Relational


domain

The domain that a resource record belongs to.
Type: SoftLayer_Dns_Domain

Count