file

package
v1.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 25, 2024 License: BSD-2-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Aflex

type Aflex struct {
	Name        string
	Protocol    string
	Host        string
	Path        string
	Username    string
	Password    string
	UseMgmtPort int
	Overwrite   int
}

func (*Aflex) Delete

func (p *Aflex) Delete(authToken string, host string, instId string, logger *axapi.ThunderLog) error

func (*Aflex) Get

func (p *Aflex) Get(authToken string, host, instId string, logger *axapi.ThunderLog) error

func (*Aflex) GetId

func (p *Aflex) GetId() string

func (*Aflex) Post

func (p *Aflex) Post(authToken string, host string, logger *axapi.ThunderLog) error

type BwList

type BwList struct {
	Name        string
	Protocol    string
	Host        string
	Path        string
	Username    string
	Password    string
	UseMgmtPort int
	Overwrite   int
}

func (*BwList) Delete

func (p *BwList) Delete(authToken string, host string, instId string, logger *axapi.ThunderLog) error

func (*BwList) Get

func (p *BwList) Get(authToken string, host, instId string, logger *axapi.ThunderLog) error

func (*BwList) GetId

func (p *BwList) GetId() string

func (*BwList) Post

func (p *BwList) Post(authToken string, host string, logger *axapi.ThunderLog) error

type CaCert

type CaCert struct {
	Name            string
	Protocol        string
	Host            string
	Path            string
	Username        string
	Password        string
	UseMgmtPort     int
	Overwrite       int
	CertificateType string
	PfxPassword     string
	Secured         int
}

func (*CaCert) Delete

func (p *CaCert) Delete(authToken string, host string, instId string, logger *axapi.ThunderLog) error

func (*CaCert) Get

func (p *CaCert) Get(authToken string, host, instId string, logger *axapi.ThunderLog) error

func (*CaCert) GetId

func (p *CaCert) GetId() string

func (*CaCert) Post

func (p *CaCert) Post(authToken string, host string, logger *axapi.ThunderLog) error

type ClassList

type ClassList struct {
	Name        string
	Protocol    string
	Host        string
	Path        string
	Username    string
	Password    string
	UseMgmtPort int
	Overwrite   int
}

func (*ClassList) Delete

func (p *ClassList) Delete(authToken string, host, instId string, logger *axapi.ThunderLog) error

func (*ClassList) Get

func (p *ClassList) Get(authToken string, host, instId string, logger *axapi.ThunderLog) error

func (*ClassList) GetId

func (p *ClassList) GetId() string

func (*ClassList) Post

func (p *ClassList) Post(authToken string, host string, logger *axapi.ThunderLog) error

type ClassListConvert

type ClassListConvert struct {
	Name          string
	ClassListType string
	Protocol      string
	Host          string
	Path          string
	Username      string
	Password      string
	UseMgmtPort   int
	Overwrite     int
}

func (*ClassListConvert) Delete

func (p *ClassListConvert) Delete(authToken string, host, instId string, logger *axapi.ThunderLog) error

func (*ClassListConvert) Get

func (p *ClassListConvert) Get(authToken string, host, instId string, logger *axapi.ThunderLog) error

func (*ClassListConvert) GetId

func (p *ClassListConvert) GetId() string

func (*ClassListConvert) Post

func (p *ClassListConvert) Post(authToken string, host string, logger *axapi.ThunderLog) error

type SslCert

type SslCert struct {
	Name            string
	Protocol        string
	Host            string
	Path            string
	Username        string
	Password        string
	UseMgmtPort     int
	Overwrite       int
	CertificateType string
	PfxPassword     string
	Secured         int
}

func (*SslCert) Delete

func (p *SslCert) Delete(authToken string, host string, instId string, logger *axapi.ThunderLog) error

func (*SslCert) Get

func (p *SslCert) Get(authToken string, host, instId string, logger *axapi.ThunderLog) error

func (*SslCert) GetId

func (p *SslCert) GetId() string

func (*SslCert) Post

func (p *SslCert) Post(authToken string, host string, logger *axapi.ThunderLog) error

type SslCertKey

type SslCertKey struct {
	Name        string
	Protocol    string
	Host        string
	Path        string
	Username    string
	Password    string
	UseMgmtPort int
	Overwrite   int
	Secured     int
}

func (*SslCertKey) Delete

func (p *SslCertKey) Delete(authToken string, host string, instId string, logger *axapi.ThunderLog) error

func (*SslCertKey) Get

func (p *SslCertKey) Get(authToken string, host, instId string, logger *axapi.ThunderLog) error

func (*SslCertKey) GetId

func (p *SslCertKey) GetId() string

func (*SslCertKey) Post

func (p *SslCertKey) Post(authToken string, host string, logger *axapi.ThunderLog) error

type SslCrl

type SslCrl struct {
	Name        string
	Protocol    string
	Host        string
	Path        string
	Username    string
	Password    string
	UseMgmtPort int
	Overwrite   int
}

func (*SslCrl) Delete

func (p *SslCrl) Delete(authToken string, host string, instId string, logger *axapi.ThunderLog) error

func (*SslCrl) Get

func (p *SslCrl) Get(authToken string, host, instId string, logger *axapi.ThunderLog) error

func (*SslCrl) GetId

func (p *SslCrl) GetId() string

func (*SslCrl) Post

func (p *SslCrl) Post(authToken string, host string, logger *axapi.ThunderLog) error

type SslCsr

type SslCsr struct {
	CertType      string
	CommonName    string
	Country       string
	Digest        string
	Division      string
	Email         string
	KeySize       string
	Locality      string
	Name          string
	Organization  string
	Secured       int
	StateProvince string
	ValidDays     int
}

func (*SslCsr) Delete

func (p *SslCsr) Delete(authToken string, host string, instId string, logger *axapi.ThunderLog) error

func (*SslCsr) Get

func (p *SslCsr) Get(authToken string, host, instId string, logger *axapi.ThunderLog) error

func (*SslCsr) GetId

func (p *SslCsr) GetId() string

func (*SslCsr) Post

func (p *SslCsr) Post(authToken string, host string, logger *axapi.ThunderLog) error

type SslKey

type SslKey struct {
	Name        string
	Protocol    string
	Host        string
	Path        string
	Username    string
	Password    string
	UseMgmtPort int
	Overwrite   int
	Secured     int
}

func (*SslKey) Delete

func (p *SslKey) Delete(authToken string, host string, instId string, logger *axapi.ThunderLog) error

func (*SslKey) Get

func (p *SslKey) Get(authToken string, host, instId string, logger *axapi.ThunderLog) error

func (*SslKey) GetId

func (p *SslKey) GetId() string

func (*SslKey) Post

func (p *SslKey) Post(authToken string, host string, logger *axapi.ThunderLog) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL