diff --git a/Google.PowerShell/Compute/GceDisk.cs b/Google.PowerShell/Compute/GceDisk.cs index 30e01a5c..d8ac69b7 100644 --- a/Google.PowerShell/Compute/GceDisk.cs +++ b/Google.PowerShell/Compute/GceDisk.cs @@ -218,7 +218,7 @@ private class ParameterSetNames /// Type of disk, e.g. pd-ssd or pd-standard. /// /// - [Parameter, ValidateSet("pd-ssd", "pd-standard")] + [Parameter, ValidateSet("pd-ssd", "pd-standard", "pd-balanced", "pd-extreme")] public string DiskType { get; set; } ///