Documentation
¶
Overview ¶
Package datacenter provides structs for the Datacenter payload.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
type Cluster struct {
Zone int `json:"zone" yaml:"zone"`
Cluster int `json:"cluster" yaml:"cluster"`
}
Cluster is the API payload based on the legacy xmlrpc backend.
type Datastore ¶
type Datastore struct {
Zone int `json:"zone" yaml:"zone"`
Datastore int `json:"datastore" yaml:"datastore"`
}
Datastore is the API payload based on the legacy xmlrpc backend.
Click to show internal directories.
Click to hide internal directories.