Documentation
¶
Index ¶
- type Aflex
- func (p *Aflex) Delete(authToken string, host string, instId string, logger *axapi.ThunderLog) error
- func (p *Aflex) Get(authToken string, host, instId string, logger *axapi.ThunderLog) error
- func (p *Aflex) GetId() string
- func (p *Aflex) Post(authToken string, host string, logger *axapi.ThunderLog) error
- type BwList
- func (p *BwList) Delete(authToken string, host string, instId string, logger *axapi.ThunderLog) error
- func (p *BwList) Get(authToken string, host, instId string, logger *axapi.ThunderLog) error
- func (p *BwList) GetId() string
- func (p *BwList) Post(authToken string, host string, logger *axapi.ThunderLog) error
- type CaCert
- func (p *CaCert) Delete(authToken string, host string, instId string, logger *axapi.ThunderLog) error
- func (p *CaCert) Get(authToken string, host, instId string, logger *axapi.ThunderLog) error
- func (p *CaCert) GetId() string
- func (p *CaCert) Post(authToken string, host string, logger *axapi.ThunderLog) error
- type ClassList
- func (p *ClassList) Delete(authToken string, host, instId string, logger *axapi.ThunderLog) error
- func (p *ClassList) Get(authToken string, host, instId string, logger *axapi.ThunderLog) error
- func (p *ClassList) GetId() string
- func (p *ClassList) Post(authToken string, host string, logger *axapi.ThunderLog) error
- type ClassListConvert
- func (p *ClassListConvert) Delete(authToken string, host, instId string, logger *axapi.ThunderLog) error
- func (p *ClassListConvert) Get(authToken string, host, instId string, logger *axapi.ThunderLog) error
- func (p *ClassListConvert) GetId() string
- func (p *ClassListConvert) Post(authToken string, host string, logger *axapi.ThunderLog) error
- type SslCert
- func (p *SslCert) Delete(authToken string, host string, instId string, logger *axapi.ThunderLog) error
- func (p *SslCert) Get(authToken string, host, instId string, logger *axapi.ThunderLog) error
- func (p *SslCert) GetId() string
- func (p *SslCert) Post(authToken string, host string, logger *axapi.ThunderLog) error
- type SslCertKey
- func (p *SslCertKey) Delete(authToken string, host string, instId string, logger *axapi.ThunderLog) error
- func (p *SslCertKey) Get(authToken string, host, instId string, logger *axapi.ThunderLog) error
- func (p *SslCertKey) GetId() string
- func (p *SslCertKey) Post(authToken string, host string, logger *axapi.ThunderLog) error
- type SslCrl
- func (p *SslCrl) Delete(authToken string, host string, instId string, logger *axapi.ThunderLog) error
- func (p *SslCrl) Get(authToken string, host, instId string, logger *axapi.ThunderLog) error
- func (p *SslCrl) GetId() string
- func (p *SslCrl) Post(authToken string, host string, logger *axapi.ThunderLog) error
- type SslCsr
- func (p *SslCsr) Delete(authToken string, host string, instId string, logger *axapi.ThunderLog) error
- func (p *SslCsr) Get(authToken string, host, instId string, logger *axapi.ThunderLog) error
- func (p *SslCsr) GetId() string
- func (p *SslCsr) Post(authToken string, host string, logger *axapi.ThunderLog) error
- type SslKey
- func (p *SslKey) Delete(authToken string, host string, instId string, logger *axapi.ThunderLog) error
- func (p *SslKey) Get(authToken string, host, instId string, logger *axapi.ThunderLog) error
- func (p *SslKey) GetId() string
- func (p *SslKey) Post(authToken string, host string, logger *axapi.ThunderLog) error
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 }
type BwList ¶
type BwList struct { Name string Protocol string Host string Path string Username string Password string UseMgmtPort int Overwrite int }
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 }
type ClassList ¶
type ClassList struct { Name string Protocol string Host string Path string Username string Password string UseMgmtPort int Overwrite int }
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 }
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 }
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 }
Click to show internal directories.
Click to hide internal directories.