This is an archive version of the document. To get the most up-to-date information, see the current version.

Get-VBRAdvancedLatencyOptions

Short Description

Returns latency settings for a specific datastore.

Applies to

Product Edition: Enterprise Plus, Veeam Universal License

Syntax

This cmdlet provides cmdlet sets that allow you to:

  • Get latency settings for all datastores added to your backup infrastructure.

Get-VBRAdvancedLatencyOptions  [<CommonParameters>]

  • Get latency settings for VMware datastores added to your backup infrastructure.

Get-VBRAdvancedLatencyOptions -ViDatastore <VBRViDatastore>  [<CommonParameters>]

  • Get latency settings for the following types of volumes added to your backup infrastructure:
  • Microsoft Hyper-V
  • Microsoft SMB3 servers

Get-VBRAdvancedLatencyOptions -HvVolume <VBRHvServerVolumeObject>  [<CommonParameters>]

Detailed Description

This cmdlet returns latency settings for a specific datastore.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

ViDatastore

Specifies the VMware datastores. The cmdlet will return the latency settings for these datastores.

Accepts the VBRViDatastore object. To get this object, run the Find-VBRViDatastore cmdlet.

True

Named

True (ByValue,
ByProperty
Name)

HvVolume

Specifies the following types of datastores:

  • Microsoft Hyper-V
  • Microsoft SMB3 servers

The cmdlet will return the latency settings for these datastores.

Accepts the VBRHvServerVolumeObject object. To get this object, run the Get-VBRHvServerVolume cmdlet.

True

Named

True (ByValue,
ByProperty
Name)

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Output Object

The cmdlet returns the VBRAdvancedLatencyOptions object that returns datastore latency settings.

Examples

Get-VBRAdvancedLatencyOptionsExample 1. Getting Latency Settings for all Datastores

Get-VBRAdvancedLatencyOptionsExample 2. Getting Latency Settings for VMware Datastore

Get-VBRAdvancedLatencyOptionsExample 3. Getting Latency Settings for Hyper-V Datastores

Related Commands