ironicclient.osc.v1.baremetal_portgroup module

ironicclient.osc.v1.baremetal_portgroup module

class ironicclient.osc.v1.baremetal_portgroup.CreateBaremetalPortGroup(app, app_args, cmd_name=None)[source]

Bases: osc_lib.command.command.ShowOne

Create a new baremetal port group.

get_parser(prog_name)[source]

Return an argparse.ArgumentParser.

log = <Logger ironicclient.osc.v1.baremetal_portgroup.CreateBaremetalPortGroup (WARNING)>
take_action(parsed_args)[source]

Return a two-part tuple with a tuple of column names and a tuple of values.

class ironicclient.osc.v1.baremetal_portgroup.DeleteBaremetalPortGroup(app, app_args, cmd_name=None)[source]

Bases: osc_lib.command.command.Command

Unregister baremetal port group(s).

get_parser(prog_name)[source]

Return an argparse.ArgumentParser.

log = <Logger ironicclient.osc.v1.baremetal_portgroup.DeleteBaremetalPortGroup (WARNING)>
take_action(parsed_args)[source]

Override to do something useful.

The returned value will be returned by the program.

class ironicclient.osc.v1.baremetal_portgroup.ListBaremetalPortGroup(app, app_args, cmd_name=None)[source]

Bases: osc_lib.command.command.Lister

List baremetal port groups.

get_parser(prog_name)[source]

Return an argparse.ArgumentParser.

log = <Logger ironicclient.osc.v1.baremetal_portgroup.ListBaremetalPortGroup (WARNING)>
take_action(parsed_args)[source]

Return a tuple containing the column names and an iterable containing the data to be listed.

class ironicclient.osc.v1.baremetal_portgroup.SetBaremetalPortGroup(app, app_args, cmd_name=None)[source]

Bases: osc_lib.command.command.Command

Set baremetal port group properties.

get_parser(prog_name)[source]

Return an argparse.ArgumentParser.

log = <Logger ironicclient.osc.v1.baremetal_portgroup.SetBaremetalPortGroup (WARNING)>
take_action(parsed_args)[source]

Override to do something useful.

The returned value will be returned by the program.

class ironicclient.osc.v1.baremetal_portgroup.ShowBaremetalPortGroup(app, app_args, cmd_name=None)[source]

Bases: osc_lib.command.command.ShowOne

Show baremetal port group details.

get_parser(prog_name)[source]

Return an argparse.ArgumentParser.

log = <Logger ironicclient.osc.v1.baremetal_portgroup.ShowBaremetalPortGroup (WARNING)>
take_action(parsed_args)[source]

Return a two-part tuple with a tuple of column names and a tuple of values.

class ironicclient.osc.v1.baremetal_portgroup.UnsetBaremetalPortGroup(app, app_args, cmd_name=None)[source]

Bases: osc_lib.command.command.Command

Unset baremetal port group properties.

get_parser(prog_name)[source]

Return an argparse.ArgumentParser.

log = <Logger ironicclient.osc.v1.baremetal_portgroup.UnsetBaremetalPortGroup (WARNING)>
take_action(parsed_args)[source]

Override to do something useful.

The returned value will be returned by the program.

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.