Infoblox::Grid::Discovery::DSBundle - the device support bundle.


NAME

Infoblox::Grid::Discovery::DSBundle - the device support bundle.


DESCRIPTION

The object provides information about the device support bundle.


SESSION METHODS

This section describes all the methods in Infoblox::Session that you can apply to the 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 object:
  name  - Optional. The name of the device support bundle.
Example
 my @retrieved_objs = $session->get(
     'object' => 'Infoblox::Grid::Discovery::DSBundle',
     'name'   => 'dsb',
 );

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 search for an object:
  name  - Optional. The name of the device support bundle (regular expression).
Example
 my @retrieved_objs = $session->search(
     'object' => 'Infoblox::Grid::Discovery::DSBundle',
     'name'   => 'dsb',
 );


METHODS

This section describes all the methods that you can use to set or retrieve the attribute values of the object.

author( )

Use this method to retrieve the author of the device support bundle. This is a read-only attribute.

Parameter

None

Returns

The method returns the attribute value.

Example
 # Get attribute value
 my $value = $object->author();

integrated_ind( )

Use this method to retrieve information about the integrated DSB type. This is a read-only attribute.

Parameter

None

Returns

The method returns "true" if DSB is integrated, "false" if DSB is imported.

Example
 # Get attribute value
 my $value = $object->integrated_ind();

name( )

Use this method to retrieve the name of the device support bundle. This is a read-only attribute.

Parameter

None

Returns

The method returns the attribute value.

Example
 # Get attribute value
 my $value = $object->name();

version( )

Use this method to retrieve the version of the device support bundle. This is a read-only attribute.

Parameter

None

Returns

The method returns the attribute value.

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


AUTHOR

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


SEE ALSO

Infoblox::Session


COPYRIGHT

Copyright (c) 2017 Infoblox Inc.