Infoblox::Grid::Discovery::DeviceComponent
The object provides information about the device component.
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 object:
device - Optional. The device object. description - Optional. The component description.
my @retrieved_objs = $session->get( 'object' => 'Infoblox::Grid::Discovery::DeviceComponent', 'description' => 'simple', );
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 search for an object:
device - Optional. The device object. description - Optional. The component description (regular expression).
my @retrieved_objs = $session->search( 'object' => 'Infoblox::Grid::Discovery::DeviceComponent', 'description' => '^simple', );
This section describes all the methods that you can use to set or retrieve the attribute values of the object.
Use this method to retrieve the general hardware type of the componenet. This attribute is read-only.
None.
The method returns the attribute value.
# Get attribute value my $value = $object->class();
Use this method to retrieve the component name. This attribute is read-only.
None.
The method returns the attribute value.
# Get attribute value my $value = $object->component_name();
Use this method to retrieve the component description. This attribute is read-only.
None.
The method returns the attribute value.
# Get attribute value my $value = $object->description();
Use this method to retrieve the model name. This attribute is read-only.
None.
The method returns the attribute value.
# Get attribute value my $value = $object->model();
Use this method to retrieve the device object. This attribute is read-only.
None.
The method returns an Infoblox::Grid::Discovery::Device object.
# Get attribute value my $value = $object->device();
Use this method to retrieve the component serial number. This attribute is read-only.
None.
The method returns the attribute value.
# Get attribute value my $value = $object->serial();
Infoblox Inc. http://www.infoblox.com/
Infoblox::Session, Infoblox::Grid::Discovery::Device
Copyright (c) 2017 Infoblox Inc.