Infoblox::Grid::Discovery::DeviceSupportInfoResponse - the device support info response.
The object is created as a result of Infoblox::Grid::Discovery->get_device_support_info() function call and cannot be added or removed manually.
The object does not support any session 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.
None
The method returns the attribute value, that is an array of Infoblox::Grid::Discovery::DeviceDataCollectionStatus objects.
#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.
None
The method returns the attribute value, that is an array of Infoblox::Grid::Discovery::DeviceSupportInfo objects.
#Get value my $device_support_info = $device_support_info_response->device_support_info();
Infoblox Inc. http://www.infoblox.com/
Infoblox::Grid::Discovery, Infoblox::Grid::Discovery::DeviceDataCollectionStatus, Infoblox::Grid::Discovery::DeviceSupportInfo.
Copyright (c) 2017 Infoblox Inc.