Documentation
¶
Overview ¶
Package server provides access to the `/cloud/stack/server` API endpoint.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is a Service to work with API Jobs.
type ListResponse ¶
type ListResponse struct {
CloudServers []models.CloudServer `json:"return"`
models.APIResponse
}
ListResponse represents a server response for listing stack servers.
Click to show internal directories.
Click to hide internal directories.