pyrax
Python Bindings for the Rackspace Cloud
 All Classes Namespaces Files Functions Variables Properties
Public Member Functions | Static Public Attributes
CloudDNSRecord Class Reference

This class represents a domain record. More...

Inheritance diagram for CloudDNSRecord:
BaseResource

List of all members.

Public Member Functions

def update
 Modifies this record.
def get
 Gets the full information for an existing record for this domain.
def delete
 Deletes an existing record for this domain.

Static Public Attributes

 GET_DETAILS = False
 type = None
 name = None
 data = None
 priority = None
 ttl = None
 comment = None

Detailed Description

This class represents a domain record.


Member Function Documentation

def delete (   self)

Deletes an existing record for this domain.

Reimplemented from BaseResource.

def get (   self)

Gets the full information for an existing record for this domain.

Reimplemented from BaseResource.

def update (   self,
  data = None,
  priority = None,
  ttl = None,
  comment = None 
)

Modifies this record.


Member Data Documentation

comment = None [static]
data = None [static]
GET_DETAILS = False [static]
name = None [static]
priority = None [static]
ttl = None [static]
type = None [static]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Properties