Class VirtualWanSecurityProvider
- java.lang.Object
-
- com.azure.resourcemanager.network.models.VirtualWanSecurityProvider
-
public final class VirtualWanSecurityProvider extends Object
Collection of SecurityProviders.
-
-
Constructor Summary
Constructors Constructor Description VirtualWanSecurityProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringname()Get the name property: Name of the security provider.VirtualWanSecurityProviderTypetype()Get the type property: Name of the security provider.Stringurl()Get the url property: Url of the security provider.voidvalidate()Validates the instance.VirtualWanSecurityProviderwithName(String name)Set the name property: Name of the security provider.VirtualWanSecurityProviderwithUrl(String url)Set the url property: Url of the security provider.
-
-
-
Method Detail
-
name
public String name()
Get the name property: Name of the security provider.- Returns:
- the name value.
-
withName
public VirtualWanSecurityProvider withName(String name)
Set the name property: Name of the security provider.- Parameters:
name- the name value to set.- Returns:
- the VirtualWanSecurityProvider object itself.
-
url
public String url()
Get the url property: Url of the security provider.- Returns:
- the url value.
-
withUrl
public VirtualWanSecurityProvider withUrl(String url)
Set the url property: Url of the security provider.- Parameters:
url- the url value to set.- Returns:
- the VirtualWanSecurityProvider object itself.
-
type
public VirtualWanSecurityProviderType type()
Get the type property: Name of the security provider.- Returns:
- the type value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-