# Packages

No description provided by the author

# Structs

Client is an interface for accessing the Proxmox container API.
CloneRequestBody contains the data for an container clone request.
CreateRequestBody contains the data for a user create request.
CreateResponseBody contains the body from a container create response.
CustomFeatures contains the values for the "features" property.
CustomMountPoint contains the values for the "mp[n]" properties.
CustomNetworkInterface contains the values for the "net[n]" properties.
CustomRootFS contains the values for the "rootfs" property.
CustomStartupBehavior contains the values for the "startup" property.
GetResponseBody contains the body from a user get response.
GetResponseData contains the data from a user get response.
GetStatusResponseBody contains the body from a container get status response.
GetStatusResponseData contains the data from a container get status response.
RebootRequestBody contains the body for a container reboot request.
ShutdownRequestBody contains the body for a container shutdown request.
StartResponseBody contains the body from a container start response.

# Type aliases

CustomMountPointArray is an array of CustomMountPoint.
CustomNetworkInterfaceArray is an array of CustomNetworkInterface.
CustomSSHKeys contains the values for the "ssh-public-keys" property.
UpdateRequestBody contains the data for an user update request.