You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$orgVdc = $orgED.CreateVdc($adminVdc) returns Exception calling "CreateVdc" with "1" argument(s): "HTTP method not allowed" with the suggestion to use CreateVdcsparam (CreateVdcParams) instead.
Appears it would need to use the createVdcParams object for parameters rather than adminVdc.
createVdcParams does not have a StorageCapacity reference object.
The text was updated successfully, but these errors were encountered:
$orgVdc = $orgED.CreateVdc($adminVdc) returns Exception calling "CreateVdc" with "1" argument(s): "HTTP method not allowed" with the suggestion to use CreateVdcsparam (CreateVdcParams) instead.
Appears it would need to use the createVdcParams object for parameters rather than adminVdc.
createVdcParams does not have a StorageCapacity reference object.
The text was updated successfully, but these errors were encountered: