Versions in this module Expand all Collapse all v0 v0.3.0 May 30, 2026 Changes in this version + func NewFactory() receiver.Factory + type Config struct + ResourceAttributes map[string]string + TGC *TGCConfig + VMstores []VMstoreConfig + func (c *Config) Unmarshal(conf *confmap.Conf) error + func (c *Config) Validate() error + type TGCConfig struct + APIVersion string + Password configopaque.String + RefreshInterval time.Duration + Username string + func (c *TGCConfig) Unmarshal(conf *confmap.Conf) error + func (c *TGCConfig) Validate() error + type VMstoreConfig struct + APIVersion string + CollectDatastores bool + CollectVDisks bool + CollectVMs bool + Password configopaque.String + Username string + VDiskCapacityCollection bool + func (c *VMstoreConfig) Unmarshal(conf *confmap.Conf) error + func (c *VMstoreConfig) Validate() error