# Functions
GetStateResourceManager returns the singleton instance of the state based resource manager.
NewStateResourceManager instantiates a state based resource manager.
ReleaseStateResourceManager releases the singleton instance of the state based resource manager.
# Constants
AutoSubnetResource is the name of the resource, for storing state.
AutoVLANResource is the name of the resource, for storing state.
AutoVXLANResource is a string description of the type of resource.
# Structs
AutoSubnetCfgResource is an implementation of core.State and core.Resource for configuration of the subnet.
AutoSubnetOperResource is an implementation of core.State relating to subnets.
AutoVLANCfgResource implements the Resource interface for an 'auto-vlan' resource.
AutoVLANOperResource is an implementation of core.State.
AutoVXLANCfgResource implements the Resource interface for an 'auto-vxlan' resource.
AutoVXLANOperResource is an implementation of core.State.
StateResourceManager implements the core.ResourceManager interface.
SubnetIPLenPair structurally represents a CIDR notated address.
VXLANVLANPair Pairs a VXLAN tag with a VLAN tag.