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: VcDistributedVirtualPortgroupService.ts
import{MissingRequiredParameterError}from"../../utilities/Extensions";
import{VcBaseService}from"./VcBaseService";
exportclassVcDistributedVirtualPortgroupServiceextendsVcBaseService{
constructor(strProjectID:string){
if (!strProjectID){
thrownewMissingRequiredParameterError('strProjectID');
}
super(strProjectID,"VcVirtualNetwork");
}
}Class Functions:
- Orchestrator Function: Create a Distributed Virtual Portgroups
- Orchestrator Function: Create a Distributed Virtual Switch
Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
