Infoblox::Grid::Discovery::DeviceNeighbor - the neighbor associated with the device.
The object provides information about the neighbor associated with the device.
The object does not support any session methods.
This section describes all the methods that you can use to set or retrieve the attribute values of the object.
Use this method to retrieve the neighbor IP address. This is a read-only attribute.
None
The method returns the attribute value.
# Get attribute value my $value = $object->address();
Use this method to retrieve the IP Address object. This is a read-only attribute.
None
The method returns the attribute value that can be an Infoblox::IPAM::Address object.
# Get attribute value my $value = $object->address_object();
Use this method to retrieve the device object. This is a read-only attribute.
None
The method returns the attribute value that can be an Infoblox::Grid::Discovery::Device object.
# Get attribute value my $value = $object->device();
Use this method to retrieve the interface object. This is a read-only attribute.
None
The method returns the attribute value that can be an Infoblox::Grid::Discovery::DeviceInterface object.
# Get attribute value my $value = $object->interface();
Use this method to retrieve the MAC address of the neighbor. This is a read-only attribute.
None
The method returns the attribute value.
# Get attribute value my $value = $object->mac();
Use this method to retrieve the neighbor name. This is a read-only attribute.
None
The method returns the attribute value.
# Get attribute value my $value = $object->name();
Use this method to retrieve a list of VLAN Information associated with this neighbor. This is a read-only attribute.
None
The method returns the attribute value that can be an array reference that contains Infoblox::Grid::Discovery::VLANInfo objects.
# Get attribute value my $value = $object->vlan_infos();
Infoblox Inc. http://www.infoblox.com/
Infoblox::IPAM::Address, Infoblox::Grid::Discovery::Device, Infoblox::Grid::Discovery::DeviceInterface
Copyright (c) 2017 Infoblox Inc.