VMware Cloud Community
Gaprofitt17
Enthusiast
Enthusiast

A positive value is expected error - Modifying Org VDC's

I need to modify some OrgVDC's to set memory and cpu guaranteed amounts.  It's requesting a positive number, but I want 0, the parameter shows 0 as an option, how do I get around this?

 

Get-OrgVdc -Name 'Workshop' | Set-OrgVdc -CpuGuaranteedPercent 0
Set-OrgVdc: Cannot validate argument on parameter 'CpuGuaranteedPercent'. A positive value is expected.

Parameter values:

Specifies the percentage of CPU resources that are reserved for the organization vDC. This parameter accepts values in the range of 0 to 100. This parameter is only applicable to the Pay As You Go and Allocation Pool resource allocation models.

 

Thanks..

 

Greg

Labels (1)
0 Kudos
0 Replies