Infoblox::Grid::Discovery::Device::PortStatistics - the device port statistics object.
The object provides information about device port statistics.
The object does not support any session methods.
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.
None
The method returns the attribute value.
# Get attribute value my $value = $stats->admin_down_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.
None
The method returns the attribute value.
# Get attribute value my $value = $stats->admin_up_oper_down_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.
None
The method returns the attribute value.
# Get attribute value my $value = $stats->admin_up_oper_up_count();
Use this method to retrieve the total number of interfaces available on device. This is a read-only attribute.
None
The method returns the attribute value.
# Get attribute value my $value = $stats->interfaces_count();
Infoblox Inc. http://www.infoblox.com/
Infoblox::Grid::Discovery::Device
Copyright (c) 2017 Infoblox Inc.