Infoblox::Grid::Discovery::Port::Config::AdminStatus - admin status of port configuration.


NAME

Infoblox::Grid::Discovery::Port::Config::AdminStatus - admin status of port configuration.


DESCRIPTION

The object provides information about the admin status of port configuration.


SESSION METHODS

The object does not support any session methods.


METHODS

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

status( )

Use this method to retrieve the configured admin status. This attribute is read-only.

Parameter

None

Returns

The method returns the attribute value that can be 'UP' or 'DOWN'.

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

task_details( )

Use this method to retrieve task details of the port control. This attribute is read-only.

Parameter

None

Returns

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

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


AUTHOR

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


SEE ALSO

Infoblox::Grid::Discovery::Port::Control::TaskDetails, Infoblox::Grid::Discovery::DeviceInterface


COPYRIGHT

Copyright (c) 2017 Infoblox Inc.