Class VpnClientConfiguration


  • public class VpnClientConfiguration
    extends Object
    VpnClientConfiguration for P2S client.
    • Constructor Detail

      • VpnClientConfiguration

        public VpnClientConfiguration()
    • 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.