Infoblox::Grid::ThreatAnalytics::ModuleSet - A Grid Threat Analytics moduleset object.


NAME

Infoblox::Grid::ThreatAnalytics::ModuleSet - A Grid Threat Analytics moduleset object.


DESCRIPTION

The Grid Threat Analytics moduleset represents an uploaded Apache Spark Module.


SESSION METHODS

The following functions can be applied to a Threat Analytics moduleset object.

Infoblox::Session->get( )

Use this method to retrieve all the matching objects from the Infoblox appliance. See Infoblox::Session->get() for parameters and return values.

Key References
 Apply the following attributes to get a specific Threat Analytics moduleset object.
  version - Optional. The Threat Analytics moduleset version.
Example
 my @retrieved_objs = $session->get(
     'object' => 'Infoblox::Grid::ThreatAnalytics::ModuleSet',
     'version' => '1.0',
 );

Infoblox::Session->search( )

Use this method to search for objects in the Infoblox appliance. See Infoblox::Session->search() for parameters and return values.

Key References
 Apply the following attributes to get a specific Threat Analytics moduleset object.
  version - Optional. The Threat Analytics moduleset version.
Example
 my @retrieved_objs = $session->get(
     'object' => 'Infoblox::Grid::ThreatAnalytics::ModuleSet',
     'version' => '1.*',
 );


METHODS

version( )

Use this method to retrieve the Threat Analytics moduleset version.

Omit the parameter to retrieve the attribute value.

Parameter

None

Returns

The method returns the attribute value.

Example
 #Get version
 my $version = $object->version();


AUTHOR

Infoblox Inc. http://www.infoblox.com/


SEE ALSO

Infoblox::Session, Infoblox::Session->get(), Infoblox::Session->search()


COPYRIGHT

Copyright (c) 2017 Infoblox Inc.