Class VirtualWanSecurityProvider
java.lang.Object
com.microsoft.azure.management.network.VirtualWanSecurityProvider
Collection of SecurityProviders.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
VirtualWanSecurityProvider
public VirtualWanSecurityProvider()
-
-
Method Details
-
name
Get name of the security provider.- Returns:
- the name value
-
withName
Set name of the security provider.- Parameters:
name
- the name value to set- Returns:
- the VirtualWanSecurityProvider object itself.
-
url
Get url of the security provider.- Returns:
- the url value
-
withUrl
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.
-