VirtualWanSecurityProvider Class

  • java.lang.Object
    • com.microsoft.azure.management.network.VirtualWanSecurityProvider

public class VirtualWanSecurityProvider

Collection of SecurityProviders.

Constructor Summary

Constructor Description
VirtualWanSecurityProvider()

Method Summary

Modifier and Type Method and Description
java.lang.String name()

Get name of the security provider.

VirtualWanSecurityProviderType type()

Get name of the security provider.

java.lang.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.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

VirtualWanSecurityProvider

public VirtualWanSecurityProvider()

Method Details

name

public String name()

Get name of the security provider.

Returns:

the name value

type

public VirtualWanSecurityProviderType type()

Get name of the security provider. Possible values include: 'External', 'Native'.

Returns:

the type value

url

public String url()

Get url of the security provider.

Returns:

the url value

withName

public VirtualWanSecurityProvider withName(String name)

Set name of the security provider.

Parameters:

name - the name value to set

Returns:

the VirtualWanSecurityProvider object itself.

withType

public VirtualWanSecurityProvider withType(VirtualWanSecurityProviderType type)

Set name of the security provider. Possible values include: 'External', 'Native'.

Parameters:

type - the type value to set

Returns:

the VirtualWanSecurityProvider object itself.

withUrl

public VirtualWanSecurityProvider withUrl(String url)

Set url of the security provider.

Parameters:

url - the url value to set

Returns:

the VirtualWanSecurityProvider object itself.

Applies to