AvsAssessedNetworkAdapter interface
Second level object returned as part of AVS AssessedMachine REST resource.
Properties
| display |
Gets the display name of the network adapter. NOTE: This property will not be serialized. It can only be populated by the server. |
| ip |
IP V4 addresses for the machine. NOTE: This property will not be serialized. It can only be populated by the server. |
| mac |
Mac address of the NIC. NOTE: This property will not be serialized. It can only be populated by the server. |
| megabytes |
Gets the Received data for Network Adapter in MB/s. This value is the percentile of historical data based on options selected in Assessment. NOTE: This property will not be serialized. It can only be populated by the server. |
| megabytes |
Gets the Transmitted data for Network Adapter in MB/s. This value is the percentile of historical data based on options selected in Assessment. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
displayName
Gets the display name of the network adapter. NOTE: This property will not be serialized. It can only be populated by the server.
displayName?: string
Property Value
string
ipAddresses
IP V4 addresses for the machine. NOTE: This property will not be serialized. It can only be populated by the server.
ipAddresses?: string[]
Property Value
string[]
macAddress
Mac address of the NIC. NOTE: This property will not be serialized. It can only be populated by the server.
macAddress?: string
Property Value
string
megabytesPerSecondReceived
Gets the Received data for Network Adapter in MB/s. This value is the percentile of historical data based on options selected in Assessment. NOTE: This property will not be serialized. It can only be populated by the server.
megabytesPerSecondReceived?: number
Property Value
number
megabytesPerSecondTransmitted
Gets the Transmitted data for Network Adapter in MB/s. This value is the percentile of historical data based on options selected in Assessment. NOTE: This property will not be serialized. It can only be populated by the server.
megabytesPerSecondTransmitted?: number
Property Value
number