The troveclient.v1.diagnostics Module

The troveclient.v1.diagnostics Module

class troveclient.v1.diagnostics.Diagnostics(manager, info, loaded=False)

Bases: troveclient.base.Resource

Account is an opaque instance used to hold account information.

class troveclient.v1.diagnostics.DiagnosticsInterrogator(api)

Bases: troveclient.base.ManagerWithFind

Manager class for Interrogator resource.

get(instance)

Get the diagnostics of the guest on the instance.

list()
resource_class

alias of Diagnostics

class troveclient.v1.diagnostics.HwInfo(manager, info, loaded=False)

Bases: troveclient.base.Resource

class troveclient.v1.diagnostics.HwInfoInterrogator(api)

Bases: troveclient.base.ManagerWithFind

Manager class for HwInfo.

get(instance)

Get the hardware information of the instance.

list()
resource_class

alias of HwInfo

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.

python-troveclient 2.12.1.dev1