Class: Orchestrator Plugin vCenter VAPI Tagging Service

by Simon Sparks · 27 October 2025

Over the course of the next 12 months I will be adding functions to this page so bookmark it and come back regularly for new cool features and updates.

GitHub Repository: https://github.com/SimonSparksUK/Orchestrator

Filename: vCenterVAPITaggingService.ts

import { com_vmware_cis_tagging_category, com_vmware_cis_tagging_category__model, com_vmware_cis_tagging_tag, com_vmware_cis_tagging_tag__association, com_vmware_cis_tagging_tag__association_batch__result, com_vmware_cis_tagging_tag__model, com_vmware_cis_tagging_tag_create__spec, com_vmware_vapi_std_dynamic__ID } from "../../../reference/plugins/Plugin_Module_VAPI";

import { vCenterVAPIBaseService } from "./vCenterVAPIBaseService";

export class vCenterVAPITaggingService extends vCenterVAPIBaseService {

    constructor(strProjectID: string) {
        super(strProjectID, "vCenterVAPITagging");

    }
}

Class Functions:


Discover more from Cloud Build Tools

Subscribe to get the latest posts sent to your email.

You may also like