Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeTypes ¶
type NodeTypes struct {
// Name of a node type
SpecName string `json:"spec_name"`
// Node type details
Detail []Detail `json:"detail"`
// Node type ID
Id string `json:"id"`
}
func ListNodeTypes ¶
func ListNodeTypes(client *golangsdk.ServiceClient) ([]NodeTypes, error)
ListNodeTypes Merge to common
Click to show internal directories.
Click to hide internal directories.