Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AssessedNetworkAdapter

Package version

interface

An interface representing AssessedNetworkAdapter. A network adapter assessed for an assessment.

Hierarchy

  • AssessedNetworkAdapter

Index

Properties

Optional ipAddresses

ipAddresses: string[]
member

{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.

Optional macAddress

macAddress: undefined | string
member

{string} [macAddress] MAC Address of the network adapter. NOTE: This property will not be serialized. It can only be populated by the server.

Optional megabytesPerSecondOfReadDataPointsReceived

megabytesPerSecondOfReadDataPointsReceived: undefined | number
member

{number} [megabytesPerSecondOfReadDataPointsReceived] Received data points for incoming traffic in MegaBytes per second. NOTE: This property will not be serialized. It can only be populated by the server.

Optional megabytesPerSecondReceived

megabytesPerSecondReceived: undefined | number
member

{number} [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.

Optional megabytesPerSecondReceivedDataPointsExpected

megabytesPerSecondReceivedDataPointsExpected: undefined | number
member

{number} [megabytesPerSecondReceivedDataPointsExpected] Expected data points for incoming traffic in MegaBytes per second. NOTE: This property will not be serialized. It can only be populated by the server.

Optional megabytesPerSecondTransmitted

megabytesPerSecondTransmitted: undefined | number
member

{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.

Optional megabytesPerSecondTransmittedDataPointsExpected

megabytesPerSecondTransmittedDataPointsExpected: undefined | number
member

{number} [megabytesPerSecondTransmittedDataPointsExpected] Expected data points for outgoing traffic in MegaBytes per second. NOTE: This property will not be serialized. It can only be populated by the server.

Optional megabytesPerSecondTransmittedDataPointsReceived

megabytesPerSecondTransmittedDataPointsReceived: undefined | number
member

{number} [megabytesPerSecondTransmittedDataPointsReceived] Received data points for outgoing traffic in MegaBytes per second. NOTE: This property will not be serialized. It can only be populated by the server.

Optional monthlyBandwidthCosts

monthlyBandwidthCosts: undefined | number
member

{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.

Optional netGigabytesTransmittedPerMonth

netGigabytesTransmittedPerMonth: undefined | number
member

{number} [netGigabytesTransmittedPerMonth] Gigabytes transmitted through this adapter each month.

Optional suitability

suitability: CloudSuitability
member

{CloudSuitability} [suitability] Whether this adapter is suitable for Azure. Possible values include: 'Unknown', 'NotSuitable', 'Suitable', 'ConditionallySuitable', 'ReadinessUnknown' NOTE: This property will not be serialized. It can only be populated by the server.

Optional suitabilityExplanation

member

{AzureNetworkAdapterSuitabilityExplanation} [suitabilityExplanation] If network adapter is suitable, this explains the reasons and mitigation steps. Possible values include: 'Unknown', 'NotApplicable', 'InternalErrorOccured' NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc