Class DeviceProperties
- java.lang.Object
-
- com.microsoft.azure.management.network.DeviceProperties
-
public class DeviceProperties extends Object
List of properties of the device.
-
-
Constructor Summary
Constructors Constructor Description DeviceProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdeviceModel()Get the deviceModel value.StringdeviceVendor()Get the deviceVendor value.IntegerlinkSpeedInMbps()Get the linkSpeedInMbps value.DevicePropertieswithDeviceModel(String deviceModel)Set the deviceModel value.DevicePropertieswithDeviceVendor(String deviceVendor)Set the deviceVendor value.DevicePropertieswithLinkSpeedInMbps(Integer linkSpeedInMbps)Set the linkSpeedInMbps value.
-
-
-
Method Detail
-
deviceVendor
public String deviceVendor()
Get the deviceVendor value.- Returns:
- the deviceVendor value
-
withDeviceVendor
public DeviceProperties withDeviceVendor(String deviceVendor)
Set the deviceVendor value.- Parameters:
deviceVendor- the deviceVendor value to set- Returns:
- the DeviceProperties object itself.
-
deviceModel
public String deviceModel()
Get the deviceModel value.- Returns:
- the deviceModel value
-
withDeviceModel
public DeviceProperties withDeviceModel(String deviceModel)
Set the deviceModel value.- Parameters:
deviceModel- the deviceModel value to set- Returns:
- the DeviceProperties object itself.
-
linkSpeedInMbps
public Integer linkSpeedInMbps()
Get the linkSpeedInMbps value.- Returns:
- the linkSpeedInMbps value
-
withLinkSpeedInMbps
public DeviceProperties withLinkSpeedInMbps(Integer linkSpeedInMbps)
Set the linkSpeedInMbps value.- Parameters:
linkSpeedInMbps- the linkSpeedInMbps value to set- Returns:
- the DeviceProperties object itself.
-
-