Infoblox::Grid::Discovery::DeviceDataCollectionStatus - the device data collection status.
The object provides information about the device data collection status. This is a read-only object.
The object does not support any session methods.
This section describes all the functions that you can apply to a Device Data Collection Status object.
Use this method to retrieve the Device data collection statuses. See Infoblox::Grid::Discovery::DeviceSupportInfoResponse->device_data_collection_status() for parameters and return values.
#Get value my $device_data_collection_status = $device_support_info_response->device_data_collection_status();
This section describes all the methods that you can use to retrieve the attribute values of a device data collection status.
data_source()
Use this method to retrieve the source from which device support information is collected. This is a read-only attribute.
None
The method returns the attribute value.
#Get value my $data_source = $device_data_collection_status->data_source();
end_time()
Use this method to retrieve the time when the most recent collection from the data sources was completed. This is a read-only attribute.
None
The method returns the attribute value. The number of seconds that have elapsed since January 1st, 1970 UTC.
#Get value my $end_time = $device_data_collection_status->end_time();
Infoblox Inc. http://www.infoblox.com/
Infoblox::Grid::Discovery::DeviceSupportInfoResponse, Infoblox::Grid::Discovery::DeviceSupportInfo.
Copyright (c) 2017 Infoblox Inc.