# Structs
Client is an interface for accessing the Proxmox cluster firewall API.
CustomLogRateLimit is a custom type for the log_ratelimit field of the firewall optionss.
GroupCreateRequestBody contains the data for a security group create request.
GroupListResponseBody contains the data from a group get response.
GroupListResponseData contains the data from a group list response.
GroupUpdateRequestBody contains the data for a group update request.
OptionsGetResponseBody is the response body for the GET /cluster/firewall/options API call.
OptionsGetResponseData is the data field of the response body for the GET /cluster/firewall/options API call.
OptionsPutRequestBody is the request body for the PUT /cluster/firewall/options API call.
# Interfaces
API is an interface for managing cluster firewall.
Options is an interface for managing global firewall options.
SecurityGroup is an interface for the Proxmox security group API.