diagnostics

package
v0.16.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 15, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package diagnostics returns details about a nova instance diagnostics

Example of Show Diagnostics

diags, err := diagnostics.Get(computeClient, serverId).Extract()
if err != nil {
	panic(err)
}

fmt.Printf("%+v\n", diags)

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Get

func Get(client *gophercloud.ServiceClient, serverId string) (r serverDiagnosticsResult)

Diagnostics

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL