Documentation ¶
Index ¶
- func Start(app *appsrv.Application) error
- func Stop() error
- type SEsxiAgent
- func (agent *SEsxiAgent) AddImageCacheHandler(prefix string, app *appsrv.Application)
- func (ea *SEsxiAgent) GetAccessIP() (net.IP, error)
- func (ea *SEsxiAgent) GetAdminSession() *mcclient.ClientSession
- func (ea *SEsxiAgent) GetAgentType() string
- func (ea *SEsxiAgent) GetEnableSsl() bool
- func (ea *SEsxiAgent) GetListenIP() (net.IP, error)
- func (ea *SEsxiAgent) GetPort() int
- func (ea *SEsxiAgent) GetZoneId() string
- func (ea *SEsxiAgent) Start() error
- func (ea *SEsxiAgent) StartService() error
- func (ea *SEsxiAgent) StopService() error
- func (ea *SEsxiAgent) TuneSystem() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Start ¶
func Start(app *appsrv.Application) error
Types ¶
type SEsxiAgent ¶
type SEsxiAgent struct { agent.SBaseAgent AgentStorage *storageman.SAgentStorage ListenNic netutils2.SNetInterface // contains filtered or unexported fields }
var (
EsxiAgent *SEsxiAgent
)
func NewEsxiAgent ¶
func NewEsxiAgent() (*SEsxiAgent, error)
func (*SEsxiAgent) AddImageCacheHandler ¶
func (agent *SEsxiAgent) AddImageCacheHandler(prefix string, app *appsrv.Application)
func (*SEsxiAgent) GetAccessIP ¶
func (ea *SEsxiAgent) GetAccessIP() (net.IP, error)
func (*SEsxiAgent) GetAdminSession ¶
func (ea *SEsxiAgent) GetAdminSession() *mcclient.ClientSession
func (*SEsxiAgent) GetAgentType ¶
func (ea *SEsxiAgent) GetAgentType() string
func (*SEsxiAgent) GetEnableSsl ¶
func (ea *SEsxiAgent) GetEnableSsl() bool
func (*SEsxiAgent) GetListenIP ¶
func (ea *SEsxiAgent) GetListenIP() (net.IP, error)
func (*SEsxiAgent) GetPort ¶
func (ea *SEsxiAgent) GetPort() int
func (*SEsxiAgent) GetZoneId ¶
func (ea *SEsxiAgent) GetZoneId() string
func (*SEsxiAgent) Start ¶
func (ea *SEsxiAgent) Start() error
func (*SEsxiAgent) StartService ¶
func (ea *SEsxiAgent) StartService() error
func (*SEsxiAgent) StopService ¶
func (ea *SEsxiAgent) StopService() error
func (*SEsxiAgent) TuneSystem ¶
func (ea *SEsxiAgent) TuneSystem() error
Click to show internal directories.
Click to hide internal directories.