public class VirtualWanSecurityProvider extends Object
| Constructor and Description |
|---|
VirtualWanSecurityProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get name of the security provider.
|
VirtualWanSecurityProviderType |
type()
Get name of the security provider.
|
String |
url()
Get url of the security provider.
|
VirtualWanSecurityProvider |
withName(String name)
Set name of the security provider.
|
VirtualWanSecurityProvider |
withType(VirtualWanSecurityProviderType type)
Set name of the security provider.
|
VirtualWanSecurityProvider |
withUrl(String url)
Set url of the security provider.
|
public String name()
public VirtualWanSecurityProvider withName(String name)
name - the name value to setpublic String url()
public VirtualWanSecurityProvider withUrl(String url)
url - the url value to setpublic VirtualWanSecurityProviderType type()
public VirtualWanSecurityProvider withType(VirtualWanSecurityProviderType type)
type - the type value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/