NamespacesNamespaceTemplatesInfoV2

The NamespaceTemplates.InfoV2 structure contains the detailed information about the namespace template on a Supervisor.


Properties

storage_specs Required

Storage that this template defines and will be associated with a namespace after namespace realization.


string
supervisor Required

Identifier for the Supervisor 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: com.vmware.vcenter.namespace_management.supervisor.Supervisor. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor.


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.


array of string
networks Optional

vSphere Networks that this template captures and are associated with the namespace after namespace realization. This field is unset if the cluster hosting this namespace uses NSXT_CONTAINER_PLUGIN as its network provider. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: com.vmware.vcenter.namespace_management.Network. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: com.vmware.vcenter.namespace_management.Network.


permissions Optional

Permissions associated with namespace template. If unset, only users with the Administrator role can use this template; for example, this template is applied to the namespace created by self-service-users with the Administrator role.


object
resource_spec Optional

Resource quotas that this template defines. Quotas on the namespace resources. Refer to com.vmware.vcenter.namespace_management.NamespaceResourceOptions#get for the type of the value for this field. If unset, no resource constraints are defined in the namespace template.


vm_service_spec Optional

Current set of virtual machine classes and Content Libraries associated with the template. This field is optional because it was added in a newer version than its parent node.

JSON Example

{
	"storage_specs": [
		{
			"policy": "string"
		}
	],
	"supervisor": "string",
	"template": "string"
}

Feedback

Was this page helpful?