Class: Orchestrator Plugin vCenter VAPI Content Library 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: vCenterVAPIContentLibraryService.ts

import { com_vmware_content_library__model, com_vmware_content_library__model_library__type, com_vmware_content_library_item, com_vmware_content_library_item__model, com_vmware_content_library_item_file, com_vmware_content_library_item_file_info, com_vmware_content_library_item_storage, com_vmware_content_library_item_storage_info, com_vmware_content_library_optimization__info, com_vmware_content_library_publish__info, com_vmware_content_library_publish__info_authentication__method, com_vmware_content_library_storage__backing, com_vmware_content_library_storage__backing_type, com_vmware_content_library_subscriptions, com_vmware_content_library_subscriptions_create__spec, com_vmware_content_library_subscriptions_create__spec__new__subscribed__library, com_vmware_content_library_subscriptions_create__spec__placement, com_vmware_content_library_subscriptions_create__spec__subscribed__library, com_vmware_content_library_subscriptions_create__spec__subscribed__library_target, com_vmware_content_library_subscriptions_create__spec__vcenter, com_vmware_content_library_subscriptions_info, com_vmware_content_library_subscriptions_location, com_vmware_content_library_subscriptions_summary, com_vmware_content_library_subscriptions_update__spec, com_vmware_content_library_subscriptions_update__spec__placement, com_vmware_content_library_subscriptions_update__spec__vcenter, com_vmware_content_local__library, com_vmware_vcenter_ovf_library__item, com_vmware_vcenter_ovf_library__item_deployable__identity, com_vmware_vcenter_ovf_library__item_deployment__result, com_vmware_vcenter_ovf_library__item_deployment__target, com_vmware_vcenter_ovf_library__item_resource__pool__deployment__spec } from "../../../reference/plugins/Plugin_Module_VAPI";

import { vCenterVAPIBaseService } from "./vCenterVAPIBaseService";

export class vCenterVAPIContentLibraryService extends vCenterVAPIBaseService {
    constructor(strProjectID: string) {
        super(strProjectID, "vCenterVAPIContentLibrary");

    }

}

Class Functions:


Discover more from Cloud Build Tools

Subscribe to get the latest posts sent to your email.

You may also like