Get-VBRvCDReplicaJob
Short Description
Returns Cloud Director replication jobs.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
Name (Default)Get-VBRvCDReplicaJob [-Name <String[]>] [<CommonParameters>]
-
IdGet-VBRvCDReplicaJob [-Id <Guid[]>] [<CommonParameters>]
Detailed Description
This cmdlet returns Cloud Director replication jobs.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies an array of Ids for Cloud Director replication jobs. The cmdlet will return a list of jobs with the specified IDs. |
|
False |
Named |
True (ByPropertyName, ByValue) |
|
Name |
Specifies an array of names for Cloud Director replication jobs. The cmdlet will return a list of jobs 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 VBRvCDReplicaJob object that defines settings of the VDC replication jobs.
Examples
Example 1. Getting Cloud Director Replication Job by Name
|
This command returns the
|
Example 2. Getting Cloud Director Replication Job by ID
|
This command returns the
|
Example 3. Getting all Cloud Director Replication Jobs
|
This command returns all VDC replication jobs that are added to the backup infrastructure.
|