Class VirtualWanSecurityProvider
java.lang.Object
com.azure.resourcemanager.network.models.VirtualWanSecurityProvider
Collection of SecurityProviders.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of VirtualWanSecurityProvider class. -
Method Summary
Modifier and TypeMethodDescriptionname()Get the name property: Name of the security provider.type()Get the type property: Name of the security provider.url()Get the url property: Url of the security provider.voidvalidate()Validates the instance.Set the name property: Name of the security provider.Set the url property: Url of the security provider.
-
Constructor Details
-
VirtualWanSecurityProvider
public VirtualWanSecurityProvider()Creates an instance of VirtualWanSecurityProvider class.
-
-
Method Details
-
name
Get the name property: Name of the security provider.- Returns:
- the name value.
-
withName
Set the name property: Name of the security provider.- Parameters:
name- the name value to set.- Returns:
- the VirtualWanSecurityProvider object itself.
-
url
Get the url property: Url of the security provider.- Returns:
- the url value.
-
withUrl
Set the url property: Url of the security provider.- Parameters:
url- the url value to set.- Returns:
- the VirtualWanSecurityProvider object itself.
-
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.
-