Update test interval valid values.

This commit is contained in:
Wes Carroll
2019-03-10 22:43:59 -04:00
parent 67a35956ae
commit 4ae33a920b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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(
+1 -1
View File
@@ -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