The ServerIP
class inherits from Resource
.
openstack.compute.v2.server_ip.
ServerIP
(_synchronized=False, connection=None, **attrs)¶The base resource
Parameters: |
|
---|
address
¶The IP address. The format of the address depends on version
network_label
¶The network label, such as public or private.
server_id
¶The ID for the server.
list
(session, paginated=False, server_id=None, network_label=None, base_path=None, **params)¶This method is a generator which yields resource objects.
This resource object list generator handles pagination and takes query params for response filtering.
Parameters: |
|
---|---|
Returns: | A generator of |
Raises: |
|
Raises: |
|
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.