Class VpnLinkProviderProperties

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

public class VpnLinkProviderProperties extends Object
List of properties of a link provider.
  • Constructor Details

    • VpnLinkProviderProperties

      public VpnLinkProviderProperties()
  • Method Details

    • linkProviderName

      public String linkProviderName()
      Get name of the link provider.
      Returns:
      the linkProviderName value
    • withLinkProviderName

      public VpnLinkProviderProperties withLinkProviderName(String linkProviderName)
      Set name of the link provider.
      Parameters:
      linkProviderName - the linkProviderName value to set
      Returns:
      the VpnLinkProviderProperties object itself.
    • linkSpeedInMbps

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

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