VMware · JSON Structure

Vmware Vsphere Tag Association Spec Structure

Type: object Properties: 2
Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

TagAssociationSpec is a JSON Structure definition published by VMware, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

tag_id object_id

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TagAssociationSpec",
  "type": "object",
  "properties": {
    "tag_id": {
      "type": "string"
    },
    "object_id": {
      "type": "object"
    }
  }
}