The AddressGroup class inherits from Resource.
openstack.network.v2.address_group.AddressGroup(_synchronized=False, connection=None, **attrs)¶Address group extension.
The base resource
| Parameters: |
|
|---|
id¶The ID of the address group.
name¶The address group name.
description¶The address group name.
project_id¶The ID of the project that owns the address group.
addresses¶The IP addresses of the address group.
add_addresses(session, addresses)¶Add addresses into the address group.
| Parameters: |
|
|---|---|
| Returns: | The response as a AddressGroup object with updated addresses |
| Raises: |
|
remove_addresses(session, addresses)¶Remove addresses from the address group.
| Parameters: |
|
|---|---|
| Returns: | The response as a AddressGroup object with updated addresses |
| Raises: |
|
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.