package
1.6.4
Repository: https://github.com/liquidweb/liquidweb-go.git
Documentation: pkg.go.dev

# Constants

VIPActiveStatus represents a VIP's status when active.
VIPBucketPart represents a VIP's status when termination is pending.
VIPDisabledStatus represents a VIP's status when disabled.
VIPNewStatus represents a VIP's status when new.
VIPPendingActivation represents a VIP's status when activation is pending.
VIPPendingConfig represents a VIP's status when configuration is pending.
VIPPendingPayment represents a VIP's status when payment is pending.
VIPPendingTermination represents a VIP's status when termination is pending.
VIPTerminatedStatus represents a VIP's status when terminated.

# Variables

PendingStatuses is an array of strings representing the different statuses a VIP can be in before it is active.

# Structs

DNSClient is the backend implementation for interacting with DNS Records.
DNSRecord is the resource representing a DNS record entry.
DNSRecordDeletion represents the API result when deleting a DNS Record.
DNSRecordList is an envelope for the API result containing either a list of DNS Records or an error.
DNSRecordParams is the set of parameters used when creating or updating a DNS record.
DNSRecord is the resource representing a DNS record entry.
No description provided by the author
No description provided by the author
No description provided by the author
LoadBalancer is the resource representing a load balancer.
LoadBalancerClient is the backend implementation for interacting with the API.
LoadBalancerDeletion represents the API result when deleting a load balancer.
LoadBalancerNode is the resource representing a load balancer node.
LoadBalancerNodeParams is the resource representing a load balancer node.
LoadBalancerParams is the set of parameters used when creating or updating a load balancer.
LoadBalancerService is the resource representing a load balancer service.
LoadBalancerServiceParams is the set of parameters used when adding services to a load balancer.
RegionOverrides contains region data.
VIP is the resource representing a VIP entry.
VIPClient is the backend implementation for interacting with VIP.
VIPDeletion represents the API result when deleting a VIP.
VIPParams is the set of parameters used when creating or updating a VIP.
Zone is a grouping of network resources.
ZoneClient is the API client for network zones.
ZoneList is an envelope for the API result containing either a list of zones or an error.
ZoneListParams are the set of parameters you can pass to the API for listing Network Zones.
ZoneParams are the set of parameters you can pass to the API for Network Zones.
ZoneRegion describes the zone the resources should be in.

# Interfaces

DNSBackend describes the interface for interactions with the API.
No description provided by the author
LoadBalancerBackend describes the interface for interactions with the API.
VIPBackend describes the interface for interactions with the API.
ZoneBackend is the interface for network zones.