Class Record
The Record class represents a single domain record
This is also used for PTR records.
-
OpenCloud\Common\Base
-
OpenCloud\Common\PersistentObject
-
OpenCloud\DNS\Object
-
OpenCloud\DNS\Record
Methods summary
public
|
#
__construct( mixed $parent, mixed $info = null )
create a new record object
create a new record object
Parameters
- $parent
mixed $parent either the domain object or the DNS object (for PTR)
- $info
mixed $info ID or array/object of data for the object
Overrides
|
public
OpenCloud\DNS\Domain
|
#
Parent( )
returns the parent domain
returns the parent domain
Returns
|
Methods inherited from OpenCloud\Common\PersistentObject
__set(),
action(),
checkExtension(),
createUrl(),
customAction(),
findLink(),
getParent(),
getService(),
id(),
jsonCollectionElement(),
jsonCollectionName(),
jsonName(),
name(),
noCreate(),
noDelete(),
noUpdate(),
parent(),
primaryKeyField(),
refresh(),
region(),
resourceName(),
service(),
setParent(),
setService(),
status(),
url(),
waitFor()
|