NamespaceManagementHostsConfigInfo

The HostsConfig.Info structure contains information about vSphere Namespaces support and licensing.


Properties

boolean
namespaces_licensed Required

True if vSphere Namespace feature is licensed on any hosts in this VC.


boolean
namespaces_supported Required

True if vSphere Namespace feature is supported in this VC.

JSON Example

{
	"namespaces_licensed": false,
	"namespaces_supported": false
}
Returned By

Get Hosts Config

Feedback

Was this page helpful?