public final class VirtualWanSecurityProvider extends Object
| Constructor and Description |
|---|
VirtualWanSecurityProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the name property: Name of the security provider.
|
VirtualWanSecurityProviderType |
type()
Get the type property: Name of the security provider.
|
String |
url()
Get the url property: Url of the security provider.
|
void |
validate()
Validates the instance.
|
VirtualWanSecurityProvider |
withName(String name)
Set the name property: Name of the security provider.
|
VirtualWanSecurityProvider |
withUrl(String url)
Set the url property: Url of the security provider.
|
public String name()
public VirtualWanSecurityProvider withName(String name)
name - the name value to set.public String url()
public VirtualWanSecurityProvider withUrl(String url)
url - the url value to set.public VirtualWanSecurityProviderType type()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.