Hello,
I'm trying to update allocation pool vcpu speed settings (enabled elastic pool org vdc), but powercli supports only PAYG model.
example:
Get-OrgVdc -Name "arunas dev vdc"|select allocationmodel,*cpu*
AllocationModel : AllocationPool
CpuUsedGhz : 0
CpuLimitGhz : 20
CpuAllocationGhz : 20
CpuOverheadGhz : 0
CpuGuaranteedPercent : 0
VMCpuCoreMHz : 2000
Get-OrgVdc -Name "arunas dev vdc"|Set-OrgVdc -VMCpuCoreMHz 1000
Set-OrgVdc : 2014-12-23 08:58:04 Set-OrgVdc The setting VmCpuCoreMhz is not applicable for Org vDC arunas dev
vdc with an allocation model AllocationPool
At line:1 char:35
+ Get-OrgVdc -Name "arunas dev vdc"|Set-OrgVdc -VMCpuCoreMHz 1000
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Set-OrgVdc], VimException
+ FullyQualifiedErrorId : CloudImpl_OrganizationVdcServiceImpl_SetOrgVdc_InvalidSettingAllocModel,VMware.VimAutoma
tion.Cloud.Commands.Cmdlets.SetOrgVdc
it's possible to do that via powercli?
vCD 5.5.2
powercli 5.8 R1