Dramatically simplify the usage of Notifications and Blocking Tasks with vCloud Director and vRealize Orchestrator
com.vmware.wwcp.vcd.notifications_v2.1.package
1 Comment - no search term matches found in comments.
Brief Overview of Cmdlets Session Connect-CXService - Establish a connection to the CX Cloud Service Disconnect-CXService - End a connection/session with the CX Cloud Service CX Cloud Service Get-CXServicevCenter - Returns information on the currently configured Management vCenter Add-CXServicevCenter - Adds a Management vCenter configuration to the installation (for deployment of CCE/CCMs) Set-CXServicevCenter - Updates the properties of the Management vCenter for the the currently connected vCloud Extender Cloud Service or Connector Service Get-CXServiceVCDConfiguration - Returns the currently configured vCloud Director installation information Add-CXServiceVCDConfiguration - Adds a vCloud Director installation to the CX Cloud Service Get-CXServiceVCDResourcevCenter - Returns information about the currently configured resource vCenter Enable-CXServiceVCDResourcevCenter - Enables a Resource vCenter that is registered as a vCloud Director Resource vCenter - configuration is used to replicate customer workloads Remove-CXServiceVCDConfiguration - Removes a vCloud Director installation from the CX Cloud Service configuration Get-CXServiceCertificateChain - Returns the certificate information for the CX Cloud Service Get-CXServiceTrustedCertificates - Returns the certificates in the trusted certificate store for the CX Cloud Service Install-CXServiceCertificateChain - Replace the certificate for the CX Cloud Service Add-CXServiceTrustedCertificate - Install a certificate into the trusted certificate store for the CX Cloud Service (add CCE/CCM certificate as trusted by the CX Service) Remove-CXServiceTrustedCertificate - Remove a certificate from the trusted certificate store for the CX Cloud Service (an existing CCE/CCM certificate) Cloud Continunity Manager(CCM) Get-CXServiceCCM - Return information about the current CCM deployed in the installation Add-CXServiceCCM - Installs a new CCM to the CX Cloud Service Enable-CXServiceCCM - Activate and configure the CCM to accept connections from CCEs Remove-CXServiceCCM - Delete the CCM from the CX Cloud Service installation (and remove the virtual machine) Cloud Continunity Engine (CCE) Get-CXServiceCCE - Return information about the current CCE's deployed in the installation Add-CXServiceCCE - Installs a new CCE to the CX Cloud Service installation Enable-CXServiceCCE - Activate and configures the CCE to accept connections from external replicators (customers) Remove-CXServiceCCE - Removes the CCE from the installation Set-CXServiceCCE - Changes the Public Endpoint (IP and Port) for an existing CCE Use get-help cmdlet -full for usage/examples
Module-vCloud-Extender.psm1.gz
Terraform Example Files for VMware Cloud Director https://github.com/tschoergez/vcd-terraform-examples Documentation and Repository of the Terraform VCD Provider: https://www.terraform.io/docs/providers/vcd/index.html Github Repository for the Terraform VCD Provider: https://github.com/terraform-providers/terraform-provider-vcd More details on these blog articles: Some blog articles https://vmtechie.blog/2020/03/11/automate-vcloud-director-with-terraform-provider/ https://vmtechie.blog/2020/03/20/onboard-tenants-on-cloud-director-in-less-than-5-minutes-using-vcd-terraform-provider/ Some blog articles https://www.terraform.io/docs/providers/vcd/index.html #vCloudDirector #terraform #vcd #CloudDirector #vCloudDirector #vCloudDirectorForServiceProviders #MIT #OtherLanguage
vcd-terraform-examples-main.zip
Updated 26/3/2018: Updated for use with vCloud Director for Service Providers 9.1 Usage is described in the following: http://www.pigeonnuggets.com/2017/09/setting-organization-vdc-permissions-in-vcloud-director-8-x-with-powershell/ http://www.pigeonnuggets.com/2017/05/powercli-module-to-manage-organisation-rights-in-vcloud-director-8-20/ #vSphere #vCloudDirectorPowerCLI #MIT #vCloud #PowerShell
Module-vCloud-RightsManagement.psm1.gz
PowerShell cmdlets to expose and add support for updating Organisation VDC and Provider Storage Profiles/Policies in vCloud Director 8.20/9.0 The rationale for creating these cmdlets was twofold; There is currently no way to set the Storage I/O control parameters in vCloud Director outside of the API The Org VDC/Provider Storage Profiles are not readily exposed in PowerCLI which makes them a bit difficult to work with (need to combine API calls and vCloud Views) Cmdlets: Get-OrgVdcStorageProfile : Returns the Storage Policies/Profiles which are defined on the target Organisation Virtual Datacenter object
Module-vCloud-SIOC.psm1.gz
This Workflow generates new Federation Certificates for all vCloud Director Organizations except when Federation is enabled
vCD - Regerate Fed Certs.workflow
This powershell module contains get-, new- and add- cmdlets for NSX-V 6.4+ on vCloud Director 9.5+ #PowerShell #MIT #vSphere #NSXforvSphere #vCloudDirectorForServiceProviders #vCloud #NSX
vCloudDirectorNSX.psm1.gz
Copies a VM running on your vSphere/ESXi account to your vCloud Director (v8) organization account as a vApp
import_ovf_as_vapp.sh
vCloud PHP Sample Admin API Web console has 1) Session tab to save username / password and servername of vcloud director instance . 2) Admin tasks tab to demonstrate few methods in VMware VCloud SDK Admin module of vCloud PHP API
vCloud-PHP-Sample-Admin-APIs-master.zip
This script is to get the number of shadow VMs present in a vAppTemplate. Prerequisites: The vCloud connect command should be executed before calling the function: Get-vAppTemplateShadowVMs Note: The function "Disable-SslVerification" is used in order to avoid failures due to SSL...
snippet.ps1