ironic.api.controllers.v1.chassis
Module¶ironic.api.controllers.v1.chassis.
Chassis
(**kwargs)[source]¶Bases: ironic.api.controllers.base.APIBase
API representation of a chassis.
This class enforces type checking and value constraints, and converts between the internal object model and the API representation of a chassis.
ironic.api.controllers.v1.chassis.
ChassisCollection
(**kwargs)[source]¶Bases: ironic.api.controllers.v1.collection.Collection
API representation of a collection of chassis.
ironic.api.controllers.v1.chassis.
ChassisController
[source]¶Bases: pecan.rest.RestController
REST controller for Chassis.
detail
(*args, **kwargs)[source]¶Retrieve a list of chassis with detail.
Parameters: |
|
---|
get_all
(*args, **kwargs)[source]¶Retrieve a list of chassis.
Parameters: |
|
---|
get_one
(*args, **kwargs)[source]¶Retrieve information about the given chassis.
Parameters: |
|
---|
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.