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: vCenterVAPIGeneralService.ts
import { com_vmware_vapi_metadata_metamodel_enumeration, com_vmware_vapi_metadata_metamodel_enumeration__info, com_vmware_vapi_metadata_metamodel_enumeration__value__info, com_vmware_vapi_metadata_metamodel_field__info, com_vmware_vapi_metadata_metamodel_generic__instantiation, com_vmware_vapi_metadata_metamodel_generic__instantiation_generic__type, com_vmware_vapi_metadata_metamodel_operation__info, com_vmware_vapi_metadata_metamodel_operation__result__info, com_vmware_vapi_metadata_metamodel_service, com_vmware_vapi_metadata_metamodel_service__info, com_vmware_vapi_metadata_metamodel_service_operation, com_vmware_vapi_metadata_metamodel_structure, com_vmware_vapi_metadata_metamodel_structure__info, com_vmware_vapi_metadata_metamodel_type, com_vmware_vapi_metadata_metamodel_type_builtin__type, com_vmware_vapi_metadata_metamodel_type_category, com_vmware_vapi_metadata_metamodel_user__defined__type } from "../../../reference/plugins/Plugin_Module_VAPI";
import { vCenterVAPIBaseService } from "./vCenterVAPIBaseService";
export class vCenterVAPIGeneralService extends vCenterVAPIBaseService {
constructor(strProjectID: string) {
super(strProjectID, "vCenterVAPIGeneral");
}
}Class Functions:
- Function: vCenter VAPI Endpoint Add
- Function: vCenter VAPI Endpoint Find by Url
- Function: vCenter VAPI Endpoint Get All
- Function: vCenter VAPI Endpoint Remove
- Function: vCenter VAPI Metamodel Add
- Function: vCenter VAPI Metamodel Find by Url
- Function: vCenter VAPI Metamodel Get All
- Function: vCenter VAPI Metamodel Remove
- Function: vCenter VAPI Plugin Connect and Disconnect
Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
