Infoblox::Grid::ThreatAnalytics::ModuleSet - A Grid Threat Analytics moduleset object.
The Grid Threat Analytics moduleset represents an uploaded Apache Spark Module.
The following functions can be applied to a Threat Analytics moduleset object.
Use this method to retrieve all the matching objects from the Infoblox appliance. See Infoblox::Session->get() for parameters and return values.
Apply the following attributes to get a specific Threat Analytics moduleset object.
version - Optional. The Threat Analytics moduleset version.
my @retrieved_objs = $session->get( 'object' => 'Infoblox::Grid::ThreatAnalytics::ModuleSet', 'version' => '1.0', );
Use this method to search for objects in the Infoblox appliance. See Infoblox::Session->search() for parameters and return values.
Apply the following attributes to get a specific Threat Analytics moduleset object.
version - Optional. The Threat Analytics moduleset version.
my @retrieved_objs = $session->get( 'object' => 'Infoblox::Grid::ThreatAnalytics::ModuleSet', 'version' => '1.*', );
Use this method to retrieve the Threat Analytics moduleset version.
Omit the parameter to retrieve the attribute value.
None
The method returns the attribute value.
#Get version my $version = $object->version();
Infoblox Inc. http://www.infoblox.com/
Infoblox::Session, Infoblox::Session->get(), Infoblox::Session->search()
Copyright (c) 2017 Infoblox Inc.