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";
exportclassvCenterVAPITaggingServiceextendsvCenterVAPIBaseService{
constructor(strProjectID:string){
super(strProjectID,"vCenterVAPITagging");
}Class Functions:
- Orchestrator Function: vCenter VAPI Plugin Attach Tag To vCenter Virtual Machine
- Orchestrator Function: vCenter VAPI Plugin Check if Tag Exists in All vCenters
- Orchestrator Function: vCenter VAPI Plugin Create Tag
- Orchestrator Function: vCenter VAPI Plugin Create Tag in vCenter
- Orchestrator Function: vCenter VAPI Plugin Detach All Tags By Category From vCenter Virtual Machine
- Orchestrator Function: vCenter VAPI Plugin Detach Tag From vCenter Virtual Machine
- Orchestrator Function: vCenter VAPI Plugin Get Attached Tags From Category
- Orchestrator Function: vCenter VAPI Plugin Get Tag Categories
- Orchestrator Function: vCenter VAPI Plugin Get Tags
- Orchestrator Function: vCenter VAPI Plugin Get vCenter Virtual Machine IDs By Tag
- Orchestrator Function: vCenter VAPI Plugin List Attached Tags
Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
