Infoblox::Grid::Discovery::DeviceDataCollectionStatus - the device data collection status.


NAME

Infoblox::Grid::Discovery::DeviceDataCollectionStatus - the device data collection status.


DESCRIPTION

The object provides information about the device data collection status. This is a read-only object.


SESSION METHODS

The object does not support any session methods.


MODULE METHODS

This section describes all the functions that you can apply to a Device Data Collection Status object.

Infoblox::Grid::Discovery::DeviceSupportInfoResponse->device_data_collection_status( )

Use this method to retrieve the Device data collection statuses. See Infoblox::Grid::Discovery::DeviceSupportInfoResponse->device_data_collection_status() for parameters and return values.

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


METHODS

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.

Parameter

None

Returns

The method returns the attribute value.

Example
 #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.

Parameter

None

Returns

The method returns the attribute value. The number of seconds that have elapsed since January 1st, 1970 UTC.

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


AUTHOR

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


SEE ALSO

Infoblox::Grid::Discovery::DeviceSupportInfoResponse, Infoblox::Grid::Discovery::DeviceSupportInfo.


COPYRIGHT

Copyright (c) 2017 Infoblox Inc.