Infoblox::Grid::Discovery::VLANInfo - VLAN information associated with the discovery interface.


NAME

Infoblox::Grid::Discovery::VLANInfo - VLAN information associated with the discovery interface.


DESCRIPTION

The object provides VLAN information associated with the discovery interface.


CONSTRUCTOR

 my $object = Infoblox::Grid::Discovery::VLANInfo->new(
    'id'   => $string,            # Optional
    'name' => $string,            # Optional
 );


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.

id( )

Use this method to set or retrieve the VLAN ID.

Parameter

The VLAN ID in string format.

Returns

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.

Example
 # Get attribute value
 my $value = $object->id();
 # Modify attribute value
 $object->id('23');

name( )

Use this method to set or retrieve the VLAN name.

Parameter

The VLAN name in string format.

Returns

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.

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


AUTHOR

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


COPYRIGHT

Copyright (c) 2017 Infoblox Inc.