Versions in this module Expand all Collapse all v0 v0.0.1 Jun 6, 2024 Changes in this version + type Client struct + SessionManager *session.Manager + func NewClient(ctx context.Context, u *url.URL, insecure bool) (*Client, error) + func (c *Client) IsVC() bool + func (c *Client) Login(ctx context.Context, u *url.Userinfo) error + func (c *Client) Logout(ctx context.Context) error + func (c *Client) PropertyCollector() *property.Collector + func (c *Client) Retrieve(ctx context.Context, objs []types.ManagedObjectReference, p []string, ...) error + func (c *Client) RetrieveOne(ctx context.Context, obj types.ManagedObjectReference, p []string, ...) error + func (c *Client) Wait(ctx context.Context, obj types.ManagedObjectReference, ps []string, ...) error