Class VirtualWanSecurityProvider

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

public class VirtualWanSecurityProvider extends Object
Collection of SecurityProviders.
  • Constructor Details

    • VirtualWanSecurityProvider

      public VirtualWanSecurityProvider()
  • Method Details

    • name

      public String name()
      Get name of the security provider.
      Returns:
      the name value
    • withName

      public VirtualWanSecurityProvider withName(String name)
      Set name of the security provider.
      Parameters:
      name - the name value to set
      Returns:
      the VirtualWanSecurityProvider object itself.
    • url

      public String url()
      Get url of the security provider.
      Returns:
      the url value
    • withUrl

      public VirtualWanSecurityProvider withUrl(String url)
      Set url of the security provider.
      Parameters:
      url - the url value to set
      Returns:
      the VirtualWanSecurityProvider object itself.
    • type

      Get name of the security provider. Possible values include: 'External', 'Native'.
      Returns:
      the type value
    • withType

      Set name of the security provider. Possible values include: 'External', 'Native'.
      Parameters:
      type - the type value to set
      Returns:
      the VirtualWanSecurityProvider object itself.