VpnClientConfiguration Class

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

public class VpnClientConfiguration

VpnClientConfiguration for P2S client.

Method Summary

Modifier and Type Method and Description
String radiusServerAddress()

Get the radiusServerAddress value.

String radiusServerSecret()

Get the radiusServerSecret value.

AddressSpace vpnClientAddressPool()

Get the vpnClientAddressPool value.

List<VpnClientProtocol> vpnClientProtocols()

Get the vpnClientProtocols value.

List<VpnClientRevokedCertificateInner> vpnClientRevokedCertificates()

Get the vpnClientRevokedCertificates value.

List<VpnClientRootCertificateInner> vpnClientRootCertificates()

Get the vpnClientRootCertificates value.

VpnClientConfiguration withRadiusServerAddress(String radiusServerAddress)

Set the radiusServerAddress value.

VpnClientConfiguration withRadiusServerSecret(String radiusServerSecret)

Set the radiusServerSecret value.

VpnClientConfiguration withVpnClientAddressPool(AddressSpace vpnClientAddressPool)

Set the vpnClientAddressPool value.

VpnClientConfiguration withVpnClientProtocols(List<VpnClientProtocol> vpnClientProtocols)

Set the vpnClientProtocols value.

VpnClientConfiguration withVpnClientRevokedCertificates(List<VpnClientRevokedCertificateInner> vpnClientRevokedCertificates)

Set the vpnClientRevokedCertificates value.

VpnClientConfiguration withVpnClientRootCertificates(List<VpnClientRootCertificateInner> vpnClientRootCertificates)

Set the vpnClientRootCertificates value.

Method Details

radiusServerAddress

public String radiusServerAddress()

Get the radiusServerAddress value.

Returns:

the radiusServerAddress value

radiusServerSecret

public String radiusServerSecret()

Get the radiusServerSecret value.

Returns:

the radiusServerSecret value

vpnClientAddressPool

public AddressSpace vpnClientAddressPool()

Get the vpnClientAddressPool value.

Returns:

the vpnClientAddressPool value

vpnClientProtocols

public List vpnClientProtocols()

Get the vpnClientProtocols value.

Returns:

the vpnClientProtocols value

vpnClientRevokedCertificates

public List vpnClientRevokedCertificates()

Get the vpnClientRevokedCertificates value.

Returns:

the vpnClientRevokedCertificates value

vpnClientRootCertificates

public List vpnClientRootCertificates()

Get the vpnClientRootCertificates value.

Returns:

the vpnClientRootCertificates value

withRadiusServerAddress

public VpnClientConfiguration withRadiusServerAddress(String radiusServerAddress)

Set the radiusServerAddress value.

Parameters:

radiusServerAddress - the radiusServerAddress value to set

Returns:

the VpnClientConfiguration object itself.

withRadiusServerSecret

public VpnClientConfiguration withRadiusServerSecret(String radiusServerSecret)

Set the radiusServerSecret value.

Parameters:

radiusServerSecret - the radiusServerSecret value to set

Returns:

the VpnClientConfiguration object itself.

withVpnClientAddressPool

public VpnClientConfiguration withVpnClientAddressPool(AddressSpace vpnClientAddressPool)

Set the vpnClientAddressPool value.

Parameters:

vpnClientAddressPool - the vpnClientAddressPool value to set

Returns:

the VpnClientConfiguration object itself.

withVpnClientProtocols

public VpnClientConfiguration withVpnClientProtocols(List vpnClientProtocols)

Set the vpnClientProtocols value.

Parameters:

vpnClientProtocols - the vpnClientProtocols value to set

Returns:

the VpnClientConfiguration object itself.

withVpnClientRevokedCertificates

public VpnClientConfiguration withVpnClientRevokedCertificates(List vpnClientRevokedCertificates)

Set the vpnClientRevokedCertificates value.

Parameters:

vpnClientRevokedCertificates - the vpnClientRevokedCertificates value to set

Returns:

the VpnClientConfiguration object itself.

withVpnClientRootCertificates

public VpnClientConfiguration withVpnClientRootCertificates(List vpnClientRootCertificates)

Set the vpnClientRootCertificates value.

Parameters:

vpnClientRootCertificates - the vpnClientRootCertificates value to set

Returns:

the VpnClientConfiguration object itself.

Applies to