Infoblox::Grid::Discovery::DeviceSupportInfo - the device support info.
The object provides information about the device support info. 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 Support Info object.
Use this method to retrieve the Device support infos. See Infoblox::Grid::Discovery::DeviceSupportInfoResponse->device_support_info() for parameters and return values.
#Get value my $device_support_info = $device_support_info_response->device_support_info();
This section describes all the methods that you can use to retrieve the attribute values of a device support info.
available()
Use this method to determine whether the function is available for the device or not. This is a read-only attribute.
None
The method returns the attribute value.
#Get value my $available = $device_support_info->available();
function()
Use this method to retrieve the function of the device. This is a read-only attribute.
None
The method returns the attribute value.
#Get value my $function = $device_support_info->function();
supported()
Use this method to determine whether the function is supported by the device or not. This is a read-only attribute.
None
The method returns the attribute value.
#Get value my $supported = $device_support_info->supported();
value()
Use this method to retrieve the discovery member indicator knowing that a given device supports the given type of data collection. This is a read-only attribute.
None
The method returns the attribute value.
#Get value my $value = $device_support_info->value();
Infoblox Inc. http://www.infoblox.com/
Infoblox::Grid::Discovery::DeviceSupportInfoResponse, Infoblox::Grid::Discovery::DeviceDataCollectionStatus.
Copyright (c) 2017 Infoblox Inc.