[{"label":"Latest (v37.1)","version":"latest"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director

SecurityTaggedEntity

An entity that has a tag.


Properties

string
entityType Optional

The type of entity. Currently only “vm” is supported.


string
id Optional

The unique identifier of the entity in URN format.


string
name Optional

The name of the entity.


ownerRef Optional

The owner of the specified entity such as vDC or vDC Group. If not applicable, field is not set.


parentRef Optional

The parent of the entity such as vApp if the entity is a VM. If not applicable, field is not set.

JSON Example

{
	"entityType": "string",
	"id": "string",
	"name": "string",
	"ownerRef": {
		"id": "string",
		"name": "string"
	},
	"parentRef": {
		"id": "string",
		"name": "string"
	}
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-cross-references:
    - cross-reference:
        alias: tag
x-vcloud-property-annotations:
    entityType:
        x-vcloud-constraints:
            - constraint: ReadOnly
    id:
        x-vcloud-constraints:
            - args:
                - arg: vm
              constraint: Urn
            - constraint: NonSortable
            - constraint: ReadOnly
    name:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
            - constraint: ReadOnly
    ownerRef:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
            - constraint: ReadOnly
    parentRef:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
            - constraint: ReadOnly
[{"label":"Latest (v37.1)","version":"latest"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Availability
Added in 36.0
Property Of

InlineSecurityTaggedEntities1

Feedback

Was this page helpful?