Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( STATUS_MAP = map[string]host.STATUS{ "poweredOff": host.STATUS_STOPPED, "poweredOn": host.STATUS_RUNNING, "suspended": host.STATUS_SUSPENDED, } )
Functions ¶
func ParseExtraConfigValue ¶
Types ¶
type QueryCallback ¶
type VMOperator ¶
func NewVMOperator ¶
func NewVMOperator(client *vim25.Client) *VMOperator
func (*VMOperator) GetMasterIp ¶
func (o *VMOperator) GetMasterIp(nics []types.GuestNicInfo) string
func (*VMOperator) QueryHost ¶
func (o *VMOperator) QueryHost(cb QueryCallback) error
Click to show internal directories.
Click to hide internal directories.