Class DeviceProperties

java.lang.Object
com.microsoft.azure.management.network.DeviceProperties

public class DeviceProperties extends Object
List of properties of the device.
  • Constructor Details

    • DeviceProperties

      public DeviceProperties()
  • Method Details

    • deviceVendor

      public String deviceVendor()
      Get name of the device Vendor.
      Returns:
      the deviceVendor value
    • withDeviceVendor

      public DeviceProperties withDeviceVendor(String deviceVendor)
      Set name of the device Vendor.
      Parameters:
      deviceVendor - the deviceVendor value to set
      Returns:
      the DeviceProperties object itself.
    • deviceModel

      public String deviceModel()
      Get model of the device.
      Returns:
      the deviceModel value
    • withDeviceModel

      public DeviceProperties withDeviceModel(String deviceModel)
      Set model of the device.
      Parameters:
      deviceModel - the deviceModel value to set
      Returns:
      the DeviceProperties object itself.
    • linkSpeedInMbps

      public Integer linkSpeedInMbps()
      Get link speed.
      Returns:
      the linkSpeedInMbps value
    • withLinkSpeedInMbps

      public DeviceProperties withLinkSpeedInMbps(Integer linkSpeedInMbps)
      Set link speed.
      Parameters:
      linkSpeedInMbps - the linkSpeedInMbps value to set
      Returns:
      the DeviceProperties object itself.