Set-VBRCDPProxy
Short Description
Modifies settings of VMware CDP proxies added to the backup infrastructure.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Set-VBRCDPProxy -Proxy <VBRCDPProxy> [-Description <string>] [-CacheSize <uint32>] [-CacheSizeUnit <VBRBackupCacheSizeUnit>] [-CachePath <string>] [-SourceProxyTrafficPort <int>] [-TargetProxyTrafficPort <int>] [-Force] [<CommonParameters>] |
Detailed Description
This cmdlet modifies settings of VMware 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 |
---|---|---|---|---|---|
Proxy | Specifies a VMware CDP proxy. The cmdlet will modify the settings of this proxy. | Accepts the VBRCDPProxy object. To create this object, run the Get-VBRCDPProxy cmdlet. | True | Named | True (ByValue, ByPropertyName) |
Description | Specifies a description for a VMware CDP proxy. | String | False | Named | False |
CacheSize | Specifies the cache size for a VMware CDP proxy. Note: When you specify the cache size, keep in mind the following recommendations:
| Uint32 | False | Named | False |
CacheSizeUnit | For the CacheSize option. Specifies the measure unit of the cache size. You can specify one of the following units:
Default: GB. | VBRBackupCacheSizeUnit | False | Named | False |
CachePath | Specifies a path to the folder where you want to keep a global cache. Default:
| String | False | Named | False |
SourceProxyTrafficPort | Specifies the port number of the source proxy. | Int | False | Named | False |
TargetProxyTrafficPort | Specifies the port number of the target proxy. | Int | False | Named | False |
Force | Defines that the cmdlet will modify a VMware CDP proxy without showing warnings in the PowerShell console. | SwichParameter | 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 VMware CDP proxies to the backup infrastructure settings.
Examples
Example 1. Modifying VMware CDP Proxy Cache Size
This example shows how to modify a size of the cache that is used by the Proxy05 VMware CDP proxy.
Perform the following steps:
|
Example 2. Modifying VMware CDP Proxy Cache Location
This example shows how to modify a path to the folder where the Proxy05 VMware CDP proxy keeps the cache.
Perform the following steps:
|
Related Commands