Class DeviceProperties
java.lang.Object
com.microsoft.azure.management.network.DeviceProperties
List of properties of the device.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet model of the device.Get name of the device Vendor.Get link speed.withDeviceModel
(String deviceModel) Set model of the device.withDeviceVendor
(String deviceVendor) Set name of the device Vendor.withLinkSpeedInMbps
(Integer linkSpeedInMbps) Set link speed.
-
Constructor Details
-
DeviceProperties
public DeviceProperties()
-
-
Method Details
-
deviceVendor
Get name of the device Vendor.- Returns:
- the deviceVendor value
-
withDeviceVendor
Set name of the device Vendor.- Parameters:
deviceVendor
- the deviceVendor value to set- Returns:
- the DeviceProperties object itself.
-
deviceModel
Get model of the device.- Returns:
- the deviceModel value
-
withDeviceModel
Set model of the device.- Parameters:
deviceModel
- the deviceModel value to set- Returns:
- the DeviceProperties object itself.
-
linkSpeedInMbps
Get link speed.- Returns:
- the linkSpeedInMbps value
-
withLinkSpeedInMbps
Set link speed.- Parameters:
linkSpeedInMbps
- the linkSpeedInMbps value to set- Returns:
- the DeviceProperties object itself.
-