Documentation
¶
Index ¶
Constants ¶
View Source
const ( // HostNameFormatHostname represents the short hostname format (e.g., "myhost") HostNameFormatHostname = "hostname" // HostNameFormatFQDN represents the fully qualified domain name format (e.g., "myhost.example.com") HostNameFormatFQDN = "fqdn" )
Variables ¶
View Source
var ( MinVersionGlobalDataTags = version.Must(version.NewVersion("8.15.0")) MinSupportsAgentlessVersion = version.Must(version.NewVersion("8.15.0")) MinVersionInactivityTimeout = version.Must(version.NewVersion("8.7.0")) MinVersionUnenrollmentTimeout = version.Must(version.NewVersion("8.15.0")) MinVersionSpaceIDs = version.Must(version.NewVersion("9.1.0")) MinVersionRequiredVersions = version.Must(version.NewVersion("9.1.0")) MinVersionAgentFeatures = version.Must(version.NewVersion("8.7.0")) MinVersionAdvancedMonitoring = version.Must(version.NewVersion("8.16.0")) MinVersionAdvancedSettings = version.Must(version.NewVersion("8.17.0")) )
Functions ¶
func NewResource ¶
NewResource is a helper function to simplify the provider implementation.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.