troveclient.v1.diagnostics module

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

Bases: Resource

Account is an opaque instance used to hold account information.

class troveclient.v1.diagnostics.DiagnosticsInterrogator(api)

Bases: 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: Resource

class troveclient.v1.diagnostics.HwInfoInterrogator(api)

Bases: ManagerWithFind

Manager class for HwInfo.

get(instance)

Get the hardware information of the instance.

list()
resource_class

alias of HwInfo