|
pyrax
Python Bindings for the Rackspace Cloud
|
Represents a Virtual IP for a Load Balancer. More...
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 | |
Represents a Virtual IP for a Load Balancer.
| def __init__ | ( | self, | |
type = None, |
|||
address = None, |
|||
ipVersion = None, |
|||
id = None, |
|||
parent = None |
|||
| ) |
| def __repr__ | ( | self | ) |
| def delete | ( | self | ) |
1.7.6.1