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

Represents a Virtual IP for a Load Balancer. More...

List of all members.

Public Member Functions

def __init__
def __repr__
def to_dict
 Convert this VirtualIP to a dict representation for passing to the API.
def delete

Public Attributes

 type
 address
 ip_version
 id
 parent

Detailed Description

Represents a Virtual IP for a Load Balancer.


Constructor & Destructor Documentation

def __init__ (   self,
  type = None,
  address = None,
  ipVersion = None,
  id = None,
  parent = None 
)

Member Function Documentation

def __repr__ (   self)
def delete (   self)
def to_dict (   self)

Convert this VirtualIP to a dict representation for passing to the API.


Member Data Documentation

id

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