Infoblox::Grid::Discovery::VLANInfo - VLAN information associated with the discovery interface.
The object provides VLAN information associated with the discovery interface.
my $object = Infoblox::Grid::Discovery::VLANInfo->new( 'id' => $string, # Optional 'name' => $string, # Optional );
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 set or retrieve the VLAN ID.
The VLAN ID in string format.
If you specified a parameter, the method returns true when the modification succeeds, and returns false when the operation fails.
If you did not specify a parameter, the method returns the attribute value.
# Get attribute value my $value = $object->id(); # Modify attribute value $object->id('23');
Use this method to set or retrieve the VLAN name.
The VLAN name in string format.
If you specified a parameter, the method returns true when the modification succeeds, and returns false when the operation fails.
If you did not specify a parameter, the method returns the attribute value.
# Get attribute value my $value = $object->name(); # Modify attribute value $object->name('vlan');
Infoblox Inc. http://www.infoblox.com/
Copyright (c) 2017 Infoblox Inc.