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, |
HvVolume | Specifies the following types of datastores:
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, |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBRAdvancedLatencyOptions object that returns datastore latency settings.
Examples
Example 1. Getting Latency Settings for all Datastores
This command returns latency settings for all datastores added to your backup infrastructure. The cmdlet output will contain the following details on the datastore latency settings: DatastoreId, LatencyLimitMs, ThrottlingIOLimitMs.
|
Example 2. Getting Latency Settings for VMware Datastore
This example shows how to get latency settings of the datastore-45443 VMware datastore that is located on the esx06.tech.local ESXi host.
Perform the following steps:
The cmdlet output will contain the following details on the datastore latency settings: DatastoreId, LatencyLimitMs, ThrottlingIOLimitMs. |
Example 3. Getting Latency Settings for Hyper-V Datastores
Get latency settings of the datastore-45474 Hyper-V datastores that is located on the hyperv09.tech.local volume.
Perform the following steps:
The cmdlet output will contain the following details on the datastore latency settings: DatastoreId, LatencyLimitMs, ThrottlingIOLimitMs. |
Related Commands