new({CollectorParamsHashRef})
Sync()
BuiltInProperties()
AddProperty(PropertyParamsHashref)
DeleteProperty(PropertyParamsHashref)
Create()
Delete()
BuildForge::API::Collector
my $Collector = new BuildForge::API::Collector({'name'=>"Yours",'properties'=>[{'property'=>"MEM_TOTAL"}]}); $Collector->Sync(); $Collector->AddProperty({ 'property'=>"WIN_SERVICEPACK" }); $Collector->DeleteProperty({ 'property'=>"WIN_SERVICEPACK" });
Allows you to create and modify collectors for use with servers.
new({CollectorParamsHashRef})
Creates the collector object to create and modify collector data for use with the BuildForge console.
Sync()
Syncs the object with the current console data for the collector.
BuiltInProperties()
Returns a list reference of Built-in auto-populated properties that are available for use in collectors.
AddProperty(PropertyParamsHashref)
Adds a property to the collector.
DeleteProperty(PropertyParamsHashref)
Deletes a property from this collector
Create()
Creates a new collector for use by servers.
Delete()
Deletes the collector from the buildforge console. Note that no servers should be using the collector prior to calling the delete.
BuildForge, Inc.