Infoblox::Grid::Discovery::DeviceNeighbor - the neighbor associated with the device.


NAME

Infoblox::Grid::Discovery::DeviceNeighbor - the neighbor associated with the device.


DESCRIPTION

The object provides information about the neighbor associated with the device.


SESSION METHODS

The object does not support any session methods.


METHODS

This section describes all the methods that you can use to set or retrieve the attribute values of the object.

address( )

Use this method to retrieve the neighbor IP address. This is a read-only attribute.

Parameter

None

Returns

The method returns the attribute value.

Example
 # Get attribute value
 my $value = $object->address();

address_object( )

Use this method to retrieve the IP Address object. This is a read-only attribute.

Parameter

None

Returns

The method returns the attribute value that can be an Infoblox::IPAM::Address object.

Example
 # Get attribute value
 my $value = $object->address_object();

device( )

Use this method to retrieve the device object. This is a read-only attribute.

Parameter

None

Returns

The method returns the attribute value that can be an Infoblox::Grid::Discovery::Device object.

Example
 # Get attribute value
 my $value = $object->device();

interface( )

Use this method to retrieve the interface object. This is a read-only attribute.

Parameter

None

Returns

The method returns the attribute value that can be an Infoblox::Grid::Discovery::DeviceInterface object.

Example
 # Get attribute value
 my $value = $object->interface();

mac( )

Use this method to retrieve the MAC address of the neighbor. This is a read-only attribute.

Parameter

None

Returns

The method returns the attribute value.

Example
 # Get attribute value
 my $value = $object->mac();

name( )

Use this method to retrieve the neighbor name. This is a read-only attribute.

Parameter

None

Returns

The method returns the attribute value.

Example
 # Get attribute value
 my $value = $object->name();

vlan_infos( )

Use this method to retrieve a list of VLAN Information associated with this neighbor. This is a read-only attribute.

Parameter

None

Returns

The method returns the attribute value that can be an array reference that contains Infoblox::Grid::Discovery::VLANInfo objects.

Example
 # Get attribute value
 my $value = $object->vlan_infos();


AUTHOR

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


SEE ALSO

Infoblox::IPAM::Address, Infoblox::Grid::Discovery::Device, Infoblox::Grid::Discovery::DeviceInterface


COPYRIGHT

Copyright (c) 2017 Infoblox Inc.