PowerCLI Reference

Get-HCXReplicationSnapshot

Synopsis

This cmdlet retrieves a list of HCX replication snapshots.

Syntax

Get-HCXReplicationSnapshot [-Replication] <HCXReplication[]> [-Id <String[]>] [-Server <HcxServer[]>] [<CommonParameters>]

Related Commands

Detailed Description

This cmdlet retrieves a list of HCX replication snapshots.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
ReplicationHCXReplication[]Specifies the replication for which you want to retrieve the snapshot.trueTrue (ByValue)
IdString[]Specifies the IDs of the replication snapshot you want to retrieve.


Note: When a list of values is specified for the Id parameter, the returned objects have an ID that matches exactly one of the string values in the list.
falseFalse
ServerHcxServer[]Specifies the HCX Server systems on which you want to run the cmdlet. If no value is given to this parameter, the command runs on the default servers. For more information about default servers, see the description of the Connect-HCXServer cmdlet.falseFalse

Return Type

VMware.VimAutomation.Hcx.Types.V1.HCXReplicationSnapshot

Notes

Examples

-------------------------- Example 1 --------------------------

PS C:\> Get-HCXReplicationSnapshot -Replication $myReplication

Retrieves replication snapshots.


Copyright © VMware, Inc. All rights reserved.