Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CCCLManager ¶
type CCCLManager struct { ResourceRequest //TODO: Need to remove post CIS2.2 BIGIPUsername string BIGIPPassword string BIGIPURL string TrustedCerts string SSLInsecure bool // contains filtered or unexported fields }
AS3AS3Manager holds all the AS3 orchestration specific config
func NewCCCLManager ¶
func NewCCCLManager(params *Params) *CCCLManager
Create and return a new app manager that meets the Manager interface
func (*CCCLManager) ConfigWriter ¶
func (cm *CCCLManager) ConfigWriter() writer.Writer
func (*CCCLManager) OutputConfigLocked ¶
func (cm *CCCLManager) OutputConfigLocked()
Dump out the Virtual Server configs to a file This function MUST be called with the virtualServers lock held.
Click to show internal directories.
Click to hide internal directories.