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:
- Function: vCenter VAPI Plugin Attach Tag To vCenter Virtual Machine
- Function: vCenter VAPI Plugin Check if Tag Exists in All vCenters
- Function: vCenter VAPI Plugin Create Tag
- Function: vCenter VAPI Plugin Create Tag in vCenter
- Function: vCenter VAPI Plugin Detach All Tags By Category From vCenter Virtual Machine
- Function: vCenter VAPI Plugin Detach Tag From vCenter Virtual Machine
- Function: vCenter VAPI Plugin Get Attached Tags From Category
- Function: vCenter VAPI Plugin Get Tag Categories
- Function: vCenter VAPI Plugin Get Tags
- Function: vCenter VAPI Plugin Get vCenter Virtual Machine IDs By Tag
- Function: vCenter VAPI Plugin List Attached Tags
Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
