Documentation
¶
Index ¶
Constants ¶
View Source
const ( TypeIpDelete = "ip:delete" TypeNetworkDelete = "network:delete" TypeMachineDelete = "machine:delete" )
A list of task types.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) NewIPDeleteTask ¶
func (*Client) NewMachineDeleteTask ¶ added in v0.0.6
type IPDeletePayload ¶
type MachineDeletePayload ¶ added in v0.0.6
type NetworkDeletePayload ¶
type NetworkDeletePayload struct {
UUID string `json:"uuid,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.