Infoblox::Grid::Discovery::DeviceSupportInfo - the device support info.


NAME

Infoblox::Grid::Discovery::DeviceSupportInfo - the device support info.


DESCRIPTION

The object provides information about the device support info. 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 Support Info object.

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

Use this method to retrieve the Device support infos. See Infoblox::Grid::Discovery::DeviceSupportInfoResponse->device_support_info() for parameters and return values.

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


METHODS

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.

Parameter

None

Returns

The method returns the attribute value.

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

Parameter

None

Returns

The method returns the attribute value.

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

Parameter

None

Returns

The method returns the attribute value.

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

Parameter

None

Returns

The method returns the attribute value.

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


AUTHOR

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


SEE ALSO

Infoblox::Grid::Discovery::DeviceSupportInfoResponse, Infoblox::Grid::Discovery::DeviceDataCollectionStatus.


COPYRIGHT

Copyright (c) 2017 Infoblox Inc.