Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RequestOpts = golangsdk.RequestOpts{ MoreHeaders: map[string]string{"Content-Type": "application/json", "X-Language": "en-us"}, }
Functions ¶
This section is empty.
Types ¶
type NodeType ¶
type NodeType struct { Detail []TypeDetail `json:"detail"` Id string `json:"id"` SpecName string `json:"spec_name"` }
type NodeTypes ¶
type NodeTypes struct {
NodeTypes []NodeType `json:"node_types"`
}
func ListNodeTypes ¶
func ListNodeTypes(c *golangsdk.ServiceClient) (*NodeTypes, error)
type TypeDetail ¶
Click to show internal directories.
Click to hide internal directories.