Vcenter Namespaces NamespaceTemplates Summary
The Vcenter Namespaces NamespaceTemplates Summary schema contains the basic information about the namespace template.
This schema was added in vSphere API 7.0.2.00100.
{
"cluster": "string",
"template": "string"
}
Identifier for the vSphere cluster associated with namespace template.
This property was added in vSphere API 7.0.2.00100.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: ClusterComputeResource
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: ClusterComputeResource
.
Name of the namespace template.
This property was added in vSphere API 7.0.2.00100.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespaces.NamespaceTemplate
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespaces.NamespaceTemplate
.