Use Case:- I have developed a customized solution for migrating Deployment/workload VMs from vRA7.x to vRA8.x. The onboarding process for a VM required manual intervention, which is time-consuming and prone to human errors w…
Use Case:- " for post-provisioning or day 2 activities, the developer requires the network details for the deployment." Inputs :- DeploymentID :- String Search :- string vraHost = System .getModule( "com.r…
Tagging, Custom Properties With vRA8 comes a new way to manage your machine metadata. In the new platform, there are tags, capability tags, constraint tags, standard tags, project tags, project constraint tags, and custom pro…
With the release of vRA 8.11 you can now make use of Custom Names by enabling this feature through the UI. Enable Custom Names To enable the new Custom Names option, go to Infrastructure, Custom Names Click Enr…
In vRA 8 you can specify the naming template to be used for machines, networks, security groups and disks provisioned in a given project. If you currently use Cloud Assembly and you created at least one custom naming template in…
UseCase :- Migration Readiness Assessment Aria Migration accelerates and simplifies the multi-cloud migration journey by identifying and migrating applications to the optimal cloud, based on the user…
Input:- ipv4cidr :- String function u(n) { return n >>> 0 ; } // we need to treat the numbers as unsigned function ip(n) { return [ (n >>> 24 ) & 0xFF , (n >>> 16 )…