We do a lot of Halloween decorating at our house, both indoor and outdoor. My oldest son loves Halloween. Every […]
Category: Python
Python Client for VMC on AWS – Part IV – Release 1.8
It has been quite some time since we’ve had a PyVMC release. We published v1.8 on May 20th, 2022. The […]
Python Client for VMC on AWS – Part II – More User Management
In Part I of this series, we examined some of the user management functions in v1.4 of PyVMC. In this […]
Python Client for VMC on AWS – Part I – User Management
This is the first post in a blog series on the Python Client for VMC on AWS (PyVMC). I recently […]
SDDC Import/Export for VMware Cloud on AWS – Part VI – Adding a New Feature – Writing the Import Code
In the previous post, we wrote code to export Service Access configuration. In this post, we will import the configuration. […]
SDDC Import/Export for VMware Cloud on AWS – Part V – Adding a New Feature – Writing the Export Code
In Part IV, I figured out the API calls for Service Access. In this post, I will implement the Python […]
SDDC Import/Export for VMware Cloud on AWS – Part IV – Adding a New Feature – Finding API Calls
In Part III of this blog series, we showed you how to import your SDDC config. In Part IV, we […]
SDDC Import/Export for VMware Cloud on AWS – Part I – Introduction
The SDDC Import/Export Tool for VMware Cloud on AWS is an open source Python project. Nico Vibert and I are […]
SDDC Import/Export for VMware Cloud on AWS – Part II – Exporting
In Part I of this blog series, we introduced the VMware Cloud on AWS SDDC/Import Export Fling. In Part II, […]
SDDC Import/Export for VMware Cloud on AWS – Part III – Importing
In Part II of this blog series, we showed you how to export your SDDC config. In Part III, we […]