AvsAssessedNetworkAdapter Class
- java.
lang. Object - com.
azure. resourcemanager. migration. assessment. models. AvsAssessedNetworkAdapter
- com.
Implements
public final class AvsAssessedNetworkAdapter
implements JsonSerializable<AvsAssessedNetworkAdapter>
Second level object returned as part of AVS AssessedMachine REST resource.
Constructor Summary
| Constructor | Description |
|---|---|
| AvsAssessedNetworkAdapter() |
Creates an instance of Avs |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
displayName()
Get the display |
|
static
Avs |
fromJson(JsonReader jsonReader)
Reads an instance of Avs |
| List<String> |
ipAddresses()
Get the ip |
| String |
macAddress()
Get the mac |
| Float |
megabytesPerSecondReceived()
Get the megabytes |
| Float |
megabytesPerSecondTransmitted()
Get the megabytes |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
AvsAssessedNetworkAdapter
public AvsAssessedNetworkAdapter()
Creates an instance of AvsAssessedNetworkAdapter class.
Method Details
displayName
public String displayName()
Get the displayName property: Gets the display name of the network adapter.
Returns:
fromJson
public static AvsAssessedNetworkAdapter fromJson(JsonReader jsonReader)
Reads an instance of AvsAssessedNetworkAdapter from the JsonReader.
Parameters:
Returns:
Throws:
ipAddresses
public List<String> ipAddresses()
Get the ipAddresses property: IP V4 addresses for the machine.
Returns:
macAddress
public String macAddress()
Get the macAddress property: Mac address of the NIC.
Returns:
megabytesPerSecondReceived
public Float megabytesPerSecondReceived()
Get the megabytesPerSecondReceived property: Gets the Received data for Network Adapter in MB/s. This value is the percentile of historical data based on options selected in Assessment.
Returns:
megabytesPerSecondTransmitted
public Float megabytesPerSecondTransmitted()
Get the megabytesPerSecondTransmitted property: Gets the Transmitted data for Network Adapter in MB/s. This value is the percentile of historical data based on options selected in Assessment.
Returns:
toJson
validate
public void validate()
Validates the instance.