Infoblox::Grid::Discovery::DeviceSupportInfoResponse - the device support info response.


NAME

Infoblox::Grid::Discovery::DeviceSupportInfoResponse - the device support info response.


DESCRIPTION

The object is created as a result of Infoblox::Grid::Discovery->get_device_support_info() function call and cannot be added or removed manually.


SESSION METHODS

The object does not support any session methods.


METHODS

This section describes all the methods that you can use to retrieve the attribute values of a device support info response.

device_data_collection_status()

Use this method to retrieve the list of Discovery device data collection statuses. This is a read-only attribute.

Parameter

None

Returns

The method returns the attribute value, that is an array of Infoblox::Grid::Discovery::DeviceDataCollectionStatus objects.

Example
 #Get value
 my $device_data_collection_status = $device_support_info_response->device_data_collection_status();

device_support_info()

Use this method to retrieve the list of Discovery device support infos. This is a read-only attribute.

Parameter

None

Returns

The method returns the attribute value, that is an array of Infoblox::Grid::Discovery::DeviceSupportInfo objects.

Example
 #Get value
 my $device_support_info = $device_support_info_response->device_support_info();


AUTHOR

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


SEE ALSO

Infoblox::Grid::Discovery, Infoblox::Grid::Discovery::DeviceDataCollectionStatus, Infoblox::Grid::Discovery::DeviceSupportInfo.


COPYRIGHT

Copyright (c) 2017 Infoblox Inc.