AssessedNetworkAdapter interface
A network adapter assessed for an assessment.
Properties
| display |
User friendly name of the assessed network adapter. NOTE: This property will not be serialized. It can only be populated by the server. |
| ip |
List of IP Addresses on the network adapter. NOTE: This property will not be serialized. It can only be populated by the server. |
| mac |
MAC Address of the network adapter. NOTE: This property will not be serialized. It can only be populated by the server. |
| megabytes |
Adapter throughput for incoming traffic in MegaBytes per second. NOTE: This property will not be serialized. It can only be populated by the server. |
| megabytes |
Adapter throughput for outgoing traffic in MegaBytes per second. NOTE: This property will not be serialized. It can only be populated by the server. |
| monthly |
Monthly cost estimate for network bandwidth used by this network adapter. NOTE: This property will not be serialized. It can only be populated by the server. |
| net |
Gigabytes transmitted through this adapter each month. |
| suitability | Whether this adapter is suitable for Azure. NOTE: This property will not be serialized. It can only be populated by the server. |
| suitability |
If network adapter is not suitable for cloud, this explains the reasons. NOTE: This property will not be serialized. It can only be populated by the server. |
| suitability |
If network adapter is suitable, this explains the reasons and mitigation steps. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
displayName
User friendly name of the assessed network adapter. NOTE: This property will not be serialized. It can only be populated by the server.
displayName?: string
Property Value
string
ipAddresses
List of IP Addresses on the network adapter. 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 network adapter. NOTE: This property will not be serialized. It can only be populated by the server.
macAddress?: string
Property Value
string
megabytesPerSecondReceived
Adapter throughput for incoming traffic in MegaBytes per second. NOTE: This property will not be serialized. It can only be populated by the server.
megabytesPerSecondReceived?: number
Property Value
number
megabytesPerSecondTransmitted
Adapter throughput for outgoing traffic in MegaBytes per second. NOTE: This property will not be serialized. It can only be populated by the server.
megabytesPerSecondTransmitted?: number
Property Value
number
monthlyBandwidthCosts
Monthly cost estimate for network bandwidth used by this network adapter. NOTE: This property will not be serialized. It can only be populated by the server.
monthlyBandwidthCosts?: number
Property Value
number
netGigabytesTransmittedPerMonth
Gigabytes transmitted through this adapter each month.
netGigabytesTransmittedPerMonth?: number
Property Value
number
suitability
Whether this adapter is suitable for Azure. NOTE: This property will not be serialized. It can only be populated by the server.
suitability?: string
Property Value
string
suitabilityDetail
If network adapter is not suitable for cloud, this explains the reasons. NOTE: This property will not be serialized. It can only be populated by the server.
suitabilityDetail?: string
Property Value
string
suitabilityExplanation
If network adapter is suitable, this explains the reasons and mitigation steps. NOTE: This property will not be serialized. It can only be populated by the server.
suitabilityExplanation?: string
Property Value
string