VMware · Schema

TagAssociationSpec

Specification for attaching a tag to an object

Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

Properties

Name Type Description
tag_id string Identifier of the tag to attach
object_id object Managed object reference
View JSON Schema on GitHub

JSON Schema

vmware-vsphere-tag-association-spec-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TagAssociationSpec",
  "type": "object",
  "description": "Specification for attaching a tag to an object",
  "properties": {
    "tag_id": {
      "type": "string",
      "description": "Identifier of the tag to attach"
    },
    "object_id": {
      "type": "object",
      "description": "Managed object reference"
    }
  }
}