Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client is an interface for accessing the Proxmox cluster API.
func (*Client) ExpandPath ¶
ExpandPath expands a relative path to a full cluster API path.
func (*Client) Firewall ¶
func (c *Client) Firewall() clusterfirewall.API
Firewall returns a client for managing the cluster firewall.
type NextIDRequestBody ¶
type NextIDRequestBody struct {
VMID *int `json:"vmid,omitempty" url:"vmid,omitempty"`
}
NextIDRequestBody contains the data for a cluster next id request.
type NextIDResponseBody ¶
NextIDResponseBody contains the body from a cluster next id response.
Click to show internal directories.
Click to hide internal directories.