NetworkInterfaceInformation Class |
Namespace: net.openstack.Providers.Rackspace.Objects.Monitoring
The NetworkInterfaceInformation type exposes the following members.
Name | Description | |
---|---|---|
Broadcast |
Gets the broadcast address of the network.
| |
ExtensionData |
Gets a map of object properties which did not map to another field or property
during JSON deserialization. The keys of the map represent the property names,
and the values are JToken instances containing the parsed JSON
values.
(Inherited from ExtensibleJsonObject.) | |
Flags |
Gets the operating system-specific interface flags.
| |
IPAddress |
Gets the IP V4 address of the network interface.
| |
IPAddressV6 |
Gets the IP V6 address of the network interface.
| |
MaximumTransmissionUnit |
Gets the Ethernet maximum transmission unit (MTU).
| |
Name |
Gets the name of the network interface.
| |
NetworkMask |
Gets the network mask as a string.
| |
PhysicalAddress |
Gets the physical address of the network interface.
| |
ReceiveBytes |
Gets the total number of bytes received.
| |
ReceiveDropped |
Gets the total number of dropped packets received.
| |
ReceiveErrors |
Gets the total number of receive errors.
| |
ReceiveInvalidFrames |
Gets the total number of errors caused by malformed frames.
| |
ReceiveOverruns |
Gets the total number of receive buffer overruns.
| |
ReceivePackets |
Gets the total number of packets received.
| |
TransmitBytes |
Gets the total number of bytes sent.
| |
TransmitCarrierErrors |
Gets the total number of carrier errors (usually cable disconnects).
| |
TransmitCollisions |
Gets the total number of packet collisions on transmit.
| |
TransmitDropped |
Gets the total number of dropped transmit packets.
| |
TransmitErrors |
Gets the total number of transmit errors.
| |
TransmitOverruns |
Gets the total number of transmit buffer overruns.
| |
TransmitPackets |
Gets the total number of packets sent.
| |
Type |
Gets the interface type (e.g. Ethernet, Local Loopback, etc.).
|