Bases: ironicclient.common.base.CreateManager
Delete the Portgroup from the DB.
| Parameters: | portgroup_id – The UUID or name of a portgroup. |
|---|
Get a port group with the specified identifier.
| Parameters: |
|
|---|---|
| Returns: | a Portgroup object. |
Get a port group with the specified MAC address.
| Parameters: |
|
|---|---|
| Returns: | a Portgroup object. |
Retrieve a list of portgroups.
| Parameters: |
|
|---|---|
| Returns: | A list of portgroups. |
| Raises: | InvalidAttribute if a subset of fields is requested with detail option set. |
List all the ports for a given portgroup.
| Parameters: |
|
|---|---|
| Returns: | A list of ports. |