Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GroupSet ¶
type GroupSet struct {
*fc.MSCluster_GroupSet
}
func GetGroupSet ¶
GetGroupSet gets an existing virtual machine Make sure to call Close once done using this instance
type GroupSetCollection ¶
type GroupSetCollection []*GroupSet
func GetGroupSets ¶
func GetGroupSets(whost *host.WmiHost) (cgpSetcollection GroupSetCollection, err error)
GetGroupSet gets an existing virtual machine Make sure to call Close once done using this instance
func NewGroupSetCollection ¶
func NewGroupSetCollection(instances []*wmi.WmiInstance) (col GroupSetCollection, err error)
func (*GroupSetCollection) Close ¶
func (instances *GroupSetCollection) Close() (err error)
func (*GroupSetCollection) String ¶
func (instances *GroupSetCollection) String() string
Click to show internal directories.
Click to hide internal directories.