Click or drag to resize
NetworkInterfaceInformation Class
This API is preliminary and subject to change.
This class models the JSON representation of the network interface data reported agents for the NetworkInterfaces information type.
Inheritance Hierarchy
SystemObject
  net.openstack.Core.DomainExtensibleJsonObject
    net.openstack.Providers.Rackspace.Objects.MonitoringNetworkInterfaceInformation

Namespace: net.openstack.Providers.Rackspace.Objects.Monitoring
Assembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax
[JsonObjectAttribute(MemberSerialization.OptIn)]
public class NetworkInterfaceInformation : ExtensibleJsonObject

The NetworkInterfaceInformation type exposes the following members.

Properties
  NameDescription
Public propertyBroadcast
Gets the broadcast address of the network.
Public propertyExtensionData
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.)
Public propertyFlags
Gets the operating system-specific interface flags.
Public propertyIPAddress
Gets the IP V4 address of the network interface.
Public propertyIPAddressV6
Gets the IP V6 address of the network interface.
Public propertyMaximumTransmissionUnit
Gets the Ethernet maximum transmission unit (MTU).
Public propertyName
Gets the name of the network interface.
Public propertyNetworkMask
Gets the network mask as a string.
Public propertyPhysicalAddress
Gets the physical address of the network interface.
Public propertyReceiveBytes
Gets the total number of bytes received.
Public propertyReceiveDropped
Gets the total number of dropped packets received.
Public propertyReceiveErrors
Gets the total number of receive errors.
Public propertyReceiveInvalidFrames
Gets the total number of errors caused by malformed frames.
Public propertyReceiveOverruns
Gets the total number of receive buffer overruns.
Public propertyReceivePackets
Gets the total number of packets received.
Public propertyTransmitBytes
Gets the total number of bytes sent.
Public propertyTransmitCarrierErrors
Gets the total number of carrier errors (usually cable disconnects).
Public propertyTransmitCollisions
Gets the total number of packet collisions on transmit.
Public propertyTransmitDropped
Gets the total number of dropped transmit packets.
Public propertyTransmitErrors
Gets the total number of transmit errors.
Public propertyTransmitOverruns
Gets the total number of transmit buffer overruns.
Public propertyTransmitPackets
Gets the total number of packets sent.
Public propertyType
Gets the interface type (e.g. Ethernet, Local Loopback, etc.).
Top
Version Information

.NET Framework

Supported in: 4.5

openstack.net

Supported in: 1.6, 1.5, 1.4, 1.3.6
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also