Documentation ¶
Index ¶
- Constants
- func New(p *plugin.AbstractPlugin) plugin.Plugin
- type CifsSecurity
- type Fpolicy
- type Nsswitch
- type SSHInfo
- type SVM
- func (s *SVM) GetAuditProtocols() (map[string]string, error)
- func (s *SVM) GetCifsEnabled() (map[string]bool, error)
- func (s *SVM) GetCifsProtocols() (map[string]CifsSecurity, error)
- func (s *SVM) GetFpolicy() (map[string]Fpolicy, error)
- func (s *SVM) GetIscsiInitiatorAuth() (map[string]string, error)
- func (s *SVM) GetIscsiService() (map[string]string, error)
- func (s *SVM) GetKerberosConfig() (map[string]string, error)
- func (s *SVM) GetLdapData() (map[string]string, error)
- func (s *SVM) GetNSSwitchInfo() (map[string]Nsswitch, error)
- func (s *SVM) GetNfsEnabled() (map[string]string, error)
- func (s *SVM) GetNisInfo() (map[string]string, error)
- func (s *SVM) GetSSHData() (map[string]SSHInfo, error)
- func (s *SVM) Init(remote conf.Remote) error
- func (s *SVM) Run(dataMap map[string]*matrix.Matrix) ([]*matrix.Matrix, *util.Metadata, error)
Constants ¶
View Source
const BatchSize = "500"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CifsSecurity ¶
type CifsSecurity struct {
// contains filtered or unexported fields
}
type SVM ¶
type SVM struct { *plugin.AbstractPlugin // contains filtered or unexported fields }
func (*SVM) GetCifsProtocols ¶
func (s *SVM) GetCifsProtocols() (map[string]CifsSecurity, error)
func (*SVM) GetIscsiInitiatorAuth ¶
Click to show internal directories.
Click to hide internal directories.