SystemConfigDeploymentTypeInfo

The DeploymentType.Info structure contains the fields used to get the appliance type.


Properties

type Required

The ApplianceType enumerated type defines the vCenter appliance types.
VCSA_EMBEDDED : vCenter Server Appliance with an embedded Platform Services Controller.
VCSA_EXTERNAL : vCenter Server Appliance with an external Platform Services Controller.
PSC_EXTERNAL : An external Platform Services Controller.

Possible values are: VCSA_EMBEDDEDVCSA_EXTERNALPSC_EXTERNAL

JSON Example

{
	"type": "VCSA_EMBEDDED"
}
Returned By

Get Deployment Type

Feedback

Was this page helpful?