Snapservice TagRule

Snapservice TagRule
Snapservice TagRule

The Snapservice TagRule schema contains properties that provide the list of tags and joining strategy for the tags.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "tags": [
        "string"
    ],
    "operator": "string"
}
array of string
tags
Required

List of tag identifiers.

This property was added in vSphere API 9.1.0.0.

When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: Tag. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: Tag.

string
operator
Required

Logical operator for the tags. This specifies how to join the tags within the tag IDs list above.

For more information see: Snapservice LogicalOperator.

This property was added in vSphere API 9.1.0.0.