Update test interval valid values.
This commit is contained in:
@@ -102,7 +102,7 @@ function New-ZertoVpg {
|
||||
)]
|
||||
[ValidateRange(60, 864200)][Int32]$rpoInSeconds = 300,
|
||||
[Parameter(
|
||||
HelpMessage = "Minimum test interval for this VPG. Valid values are 0: Off, 43200: 1 Month, 131040: 3 Months"
|
||||
HelpMessage = "Minimum test interval for this VPG. Valid values are 0: Off, 43200: 1 Month, 131040: 3 Months, 262080: 6 Months, 294560: 9 Months, 252600: 12 Months"
|
||||
)]
|
||||
[ValidateSet(0, 43200, 131040, 262080, 294560, 252600)][int]$testIntervalInMinutes = 262080,
|
||||
[Parameter(
|
||||
|
||||
@@ -263,7 +263,7 @@ Accept wildcard characters: False
|
||||
|
||||
### -testIntervalInMinutes
|
||||
Minimum test interval for this VPG.
|
||||
Valid values are 0: Off, 43200: 1 Month, 131040: 3 Months
|
||||
Minimum test interval for this VPG. Valid values are 0: Off, 43200: 1 Month, 131040: 3 Months, 262080: 6 Months, 294560: 9 Months, 252600: 12 Months
|
||||
|
||||
```yaml
|
||||
Type: Int32
|
||||
|
||||
Reference in New Issue
Block a user