Class VpnClientConfiguration
- java.lang.Object
-
- com.microsoft.azure.management.network.VpnClientConfiguration
-
public class VpnClientConfiguration extends Object
VpnClientConfiguration for P2S client.
-
-
Constructor Summary
Constructors Constructor Description VpnClientConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringradiusServerAddress()Get the radiusServerAddress value.StringradiusServerSecret()Get the radiusServerSecret value.AddressSpacevpnClientAddressPool()Get the vpnClientAddressPool value.List<IpsecPolicy>vpnClientIpsecPolicies()Get the vpnClientIpsecPolicies value.List<VpnClientProtocol>vpnClientProtocols()Get the vpnClientProtocols value.List<com.microsoft.azure.management.network.implementation.VpnClientRevokedCertificateInner>vpnClientRevokedCertificates()Get the vpnClientRevokedCertificates value.List<com.microsoft.azure.management.network.implementation.VpnClientRootCertificateInner>vpnClientRootCertificates()Get the vpnClientRootCertificates value.VpnClientConfigurationwithRadiusServerAddress(String radiusServerAddress)Set the radiusServerAddress value.VpnClientConfigurationwithRadiusServerSecret(String radiusServerSecret)Set the radiusServerSecret value.VpnClientConfigurationwithVpnClientAddressPool(AddressSpace vpnClientAddressPool)Set the vpnClientAddressPool value.VpnClientConfigurationwithVpnClientIpsecPolicies(List<IpsecPolicy> vpnClientIpsecPolicies)Set the vpnClientIpsecPolicies value.VpnClientConfigurationwithVpnClientProtocols(List<VpnClientProtocol> vpnClientProtocols)Set the vpnClientProtocols value.VpnClientConfigurationwithVpnClientRevokedCertificates(List<com.microsoft.azure.management.network.implementation.VpnClientRevokedCertificateInner> vpnClientRevokedCertificates)Set the vpnClientRevokedCertificates value.VpnClientConfigurationwithVpnClientRootCertificates(List<com.microsoft.azure.management.network.implementation.VpnClientRootCertificateInner> vpnClientRootCertificates)Set the vpnClientRootCertificates value.
-
-
-
Method Detail
-
vpnClientAddressPool
public AddressSpace vpnClientAddressPool()
Get the vpnClientAddressPool value.- Returns:
- the vpnClientAddressPool value
-
withVpnClientAddressPool
public VpnClientConfiguration withVpnClientAddressPool(AddressSpace vpnClientAddressPool)
Set the vpnClientAddressPool value.- Parameters:
vpnClientAddressPool- the vpnClientAddressPool value to set- Returns:
- the VpnClientConfiguration object itself.
-
vpnClientRootCertificates
public List<com.microsoft.azure.management.network.implementation.VpnClientRootCertificateInner> vpnClientRootCertificates()
Get the vpnClientRootCertificates value.- Returns:
- the vpnClientRootCertificates value
-
withVpnClientRootCertificates
public VpnClientConfiguration withVpnClientRootCertificates(List<com.microsoft.azure.management.network.implementation.VpnClientRootCertificateInner> vpnClientRootCertificates)
Set the vpnClientRootCertificates value.- Parameters:
vpnClientRootCertificates- the vpnClientRootCertificates value to set- Returns:
- the VpnClientConfiguration object itself.
-
vpnClientRevokedCertificates
public List<com.microsoft.azure.management.network.implementation.VpnClientRevokedCertificateInner> vpnClientRevokedCertificates()
Get the vpnClientRevokedCertificates value.- Returns:
- the vpnClientRevokedCertificates value
-
withVpnClientRevokedCertificates
public VpnClientConfiguration withVpnClientRevokedCertificates(List<com.microsoft.azure.management.network.implementation.VpnClientRevokedCertificateInner> vpnClientRevokedCertificates)
Set the vpnClientRevokedCertificates value.- Parameters:
vpnClientRevokedCertificates- the vpnClientRevokedCertificates value to set- Returns:
- the VpnClientConfiguration object itself.
-
vpnClientProtocols
public List<VpnClientProtocol> vpnClientProtocols()
Get the vpnClientProtocols value.- Returns:
- the vpnClientProtocols value
-
withVpnClientProtocols
public VpnClientConfiguration withVpnClientProtocols(List<VpnClientProtocol> vpnClientProtocols)
Set the vpnClientProtocols value.- Parameters:
vpnClientProtocols- the vpnClientProtocols value to set- Returns:
- the VpnClientConfiguration object itself.
-
vpnClientIpsecPolicies
public List<IpsecPolicy> vpnClientIpsecPolicies()
Get the vpnClientIpsecPolicies value.- Returns:
- the vpnClientIpsecPolicies value
-
withVpnClientIpsecPolicies
public VpnClientConfiguration withVpnClientIpsecPolicies(List<IpsecPolicy> vpnClientIpsecPolicies)
Set the vpnClientIpsecPolicies value.- Parameters:
vpnClientIpsecPolicies- the vpnClientIpsecPolicies value to set- Returns:
- the VpnClientConfiguration object itself.
-
radiusServerAddress
public String radiusServerAddress()
Get the radiusServerAddress value.- Returns:
- the radiusServerAddress value
-
withRadiusServerAddress
public VpnClientConfiguration withRadiusServerAddress(String radiusServerAddress)
Set the radiusServerAddress value.- Parameters:
radiusServerAddress- the radiusServerAddress value to set- Returns:
- the VpnClientConfiguration object itself.
-
radiusServerSecret
public String radiusServerSecret()
Get the radiusServerSecret value.- Returns:
- the radiusServerSecret value
-
withRadiusServerSecret
public VpnClientConfiguration withRadiusServerSecret(String radiusServerSecret)
Set the radiusServerSecret value.- Parameters:
radiusServerSecret- the radiusServerSecret value to set- Returns:
- the VpnClientConfiguration object itself.
-
-