Namespaces_NamespaceTemplates_Summary

Namespaces_NamespaceTemplates_Summary
Namespaces_NamespaceTemplates_Summary

The NamespaceTemplates.Summary structure contains the basic information about the namespace template.

JSON Example
{
    "cluster": "string",
    "template": "string"
}
string
cluster
Required

Identifier for the vSphere cluster associated with namespace template. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: ClusterComputeResource. When operations return a value of this structure as a result, the field will be an identifier for the resource type: ClusterComputeResource.

string
template
Required

Name of the namespace template. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.namespaces.NamespaceTemplate. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.namespaces.NamespaceTemplate.