Set-VBRCDPProxy
Short Description
Modifies settings of CDP proxies added to the backup infrastructure.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Set-VBRCDPProxy -Proxy <VBRCDPProxy> [-Description <String>] [-CacheSize <UInt32>] [-CacheSizeUnit <VBRBackupCacheSizeUnit>] [-CachePath <String>] [-SourceProxyTrafficPort <Int32>] [-TargetProxyTrafficPort <Int32>] [-Force] [<CommonParameters>] |
Detailed Description
This cmdlet modifies settings of CDP proxies added to the backup infrastructure.
Note |
|
To modify settings, specify new values for the necessary parameters. The cmdlet will overwrite the previous parameter values with new values. The parameters that you omit will remain unchanged. |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
CachePath |
Specifies a path to the folder where you want to keep a global cache. Default:
|
|
False |
Named |
False |
|
CacheSize |
Specifies the cache size for a CDP proxy. Note: When you specify the cache size, keep in mind the following recommendations:
|
|
False |
Named |
False |
|
CacheSizeUnit |
For the Specifies the measure unit of the cache size. You can specify one of the following units:
Default: |
|
False |
Named |
False |
|
Description |
Specifies a description for a CDP proxy. |
|
False |
Named |
False |
|
Force |
Defines that the cmdlet will modify a CDP proxy without showing warnings in the PowerShell console. |
|
False |
Named |
False |
|
Proxy |
Specifies a CDP proxy. The cmdlet will modify the settings of this proxy.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
SourceProxyTrafficPort |
Specifies the port number of the source proxy. |
|
False |
Named |
False |
|
TargetProxyTrafficPort |
Specifies the port number of the target proxy. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBRCDPProxy object that contains CDP proxies to the backup infrastructure settings.
Examples
Example 1. Modifying CDP Proxy Cache Size
|
This example shows how to modify a size of the cache that is used by the
Perform the following steps:
|
Example 2. Modifying CDP Proxy Cache Location
|
This example shows how to modify a path to the folder where the
Perform the following steps:
|
Related Commands
Get-VBRCDPProxyReturns CDP proxies added to the backup infrastructure.