Infoblox::Grid::Discovery::Device::PortStatistics - the device port statistics object.


NAME

Infoblox::Grid::Discovery::Device::PortStatistics - the device port statistics object.


DESCRIPTION

The object provides information about device port statistics.


SESSION METHODS

The object does not support any session methods.


METHODS

admin_down_oper_down_count( )

Use this method to retrieve the total number of interfaces which have administrative state "DOWN" and operating state "DOWN". This is a read-only attribute.

Parameter

None

Returns

The method returns the attribute value.

Example
 # Get attribute value
 my $value = $stats->admin_down_oper_down_count();

admin_up_oper_down_count( )

Use this method to retrieve the total number of interfaces which have administrative state "UP" and operating state "DOWN". This is a read-only attribute.

Parameter

None

Returns

The method returns the attribute value.

Example
 # Get attribute value
 my $value = $stats->admin_up_oper_down_count();

admin_up_oper_up_count( )

Use this method to retrieve the total number of interfaces which have administrative state "UP" and operating state "UP". This is a read-only attribute.

Parameter

None

Returns

The method returns the attribute value.

Example
 # Get attribute value
 my $value = $stats->admin_up_oper_up_count();

interfaces_count( )

Use this method to retrieve the total number of interfaces available on device. This is a read-only attribute.

Parameter

None

Returns

The method returns the attribute value.

Example
 # Get attribute value
 my $value = $stats->interfaces_count();


AUTHOR

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


SEE ALSO

Infoblox::Grid::Discovery::Device


COPYRIGHT

Copyright (c) 2017 Infoblox Inc.