Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsUnidentifiedVCenterVersion ¶ added in v1.3.2
Types ¶
type Feature ¶ added in v0.8.0
func DefaultFeature ¶ added in v0.8.0
func DefaultFeature() Feature
type Params ¶ added in v0.8.0
type Params struct {
// contains filtered or unexported fields
}
func (*Params) WithDatacenter ¶ added in v0.8.0
func (*Params) WithFeatures ¶ added in v0.8.0
func (*Params) WithServer ¶ added in v0.8.0
func (*Params) WithThumbprint ¶ added in v0.8.0
func (*Params) WithUserInfo ¶ added in v0.8.0
type Session ¶
type Session struct { *govmomi.Client Finder *find.Finder TagManager *tags.Manager // contains filtered or unexported fields }
Session is a vSphere session with a configured Finder.
func GetOrCreate ¶
GetOrCreate gets a cached session or creates a new one if one does not already exist.
func (*Session) FindByBIOSUUID ¶
FindByBIOSUUID finds an object by its BIOS UUID.
To avoid comments about this function's name, please see the Golang WIKI https://github.com/golang/go/wiki/CodeReviewComments#initialisms. This function is named in accordance with the example "XMLHTTP".
func (*Session) FindByInstanceUUID ¶
FindByInstanceUUID finds an object by its instance UUID.
func (*Session) GetVersion ¶ added in v1.3.2
func (s *Session) GetVersion() (infrav1.VCenterVersion, error)
Click to show internal directories.
Click to hide internal directories.