vcd-ext-sdk-parent :: vCloud Director Extension SDKs

A collection of libraries for interacting with the extensibility features of vCloud Director. Also includes some sample application that showcase best practices for extension building

License

License

Categories

Categories

VMware Container Virtualization Tools
GroupId

GroupId

com.vmware.vcloud
ArtifactId

ArtifactId

vcd-ext-sdk-parent
Last Version

Last Version

0.10.0
Release Date

Release Date

Type

Type

pom
Description

Description

vcd-ext-sdk-parent :: vCloud Director Extension SDKs
A collection of libraries for interacting with the extensibility features of vCloud Director. Also includes some sample application that showcase best practices for extension building
Project URL

Project URL

https://github.com/vmware/vcd-ext-sdk
Project Organization

Project Organization

VMware
Source Code Management

Source Code Management

https://github.com/vmware/vcd-ext-sdk

Download vcd-ext-sdk-parent

How to add to project

<!-- https://jarcasting.com/artifacts/com.vmware.vcloud/vcd-ext-sdk-parent/ -->
<dependency>
    <groupId>com.vmware.vcloud</groupId>
    <artifactId>vcd-ext-sdk-parent</artifactId>
    <version>0.10.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.vmware.vcloud/vcd-ext-sdk-parent/
implementation 'com.vmware.vcloud:vcd-ext-sdk-parent:0.10.0'
// https://jarcasting.com/artifacts/com.vmware.vcloud/vcd-ext-sdk-parent/
implementation ("com.vmware.vcloud:vcd-ext-sdk-parent:0.10.0")
'com.vmware.vcloud:vcd-ext-sdk-parent:pom:0.10.0'
<dependency org="com.vmware.vcloud" name="vcd-ext-sdk-parent" rev="0.10.0">
  <artifact name="vcd-ext-sdk-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.vmware.vcloud', module='vcd-ext-sdk-parent', version='0.10.0')
)
libraryDependencies += "com.vmware.vcloud" % "vcd-ext-sdk-parent" % "0.10.0"
[com.vmware.vcloud/vcd-ext-sdk-parent "0.10.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • vcd-api-client-java

Build Status

vcd-ext-sdk

Overview

The vcd-ext-sdk is a set of templates for creating extensions to VMware vCloud Director. Service Providers looking to add custom service offerings to vCloud Director, can use these templates as a starting point to build new services. The templates captures best practices for API, Object and, UI extension development and are offered in Java, Javascript/Typescript/nodejs and, Python.

Contributing

The vcd-ext-sdk project team welcomes contributions from the community. Before you start working with vcd-ext-sdk, please read our Developer Certificate of Origin. All contributions to this repository must be signed as described on that page. Your signature certifies that you wrote the patch or have the right to pass it on as an open-source patch. For more detailed information, refer to CONTRIBUTING.md.

License

BSD-2

com.vmware.vcloud

VMware

Versions

Version
0.10.0
0.9.0