Get-VBRvCDReplica
Short Description
Returns Cloud Director replicas.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
Name (Default)Get-VBRvCDReplica [-Name <String[]>] [<CommonParameters>]
-
IdGet-VBRvCDReplica [-Id <Guid[]>] [<CommonParameters>]
Detailed Description
This cmdlet returns Cloud Director replicas.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies an array of Ids for Cloud Director replicas. The cmdlet will return a list of Cloud Director replicas with the specified IDs. |
|
False |
Named |
True (ByPropertyName, ByValue) |
|
Name |
Specifies an array of names for Cloud Director replicas. The cmdlet will return a list of Cloud Director replicas with these names. |
|
False |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBRvCDReplica object that contains Cloud Director replicas settings.
Examples
Example 1. Getting Cloud Director Replicas by Name
|
This command returns the
|
Example 2. Getting Cloud Director Replicas by ID
|
This command returns the
|
Example 3. Getting all Cloud Director Replicas Jobs
|
This command returns all Cloud Director replicas that are added to the backup infrastructure.
|