Attempting to use vRO7 to rename or programmatically influence the name (post request) of a vRA7 deployment catalog resource, which is the artifact of a completely provisioned composite blueprint request.
The deployment name defaults to blueprint name appended by dash then a generated 8-digit number, e.g. bpname-12345678.
The UI doesn't give you the option to rename a deployment, only change owner/lease.
Tried vCACCAFECatalogResource.setName() - doesn't fail, just doesn't update.
Looks like there's also a _deploymentName property you can set on a blueprint, but I don't see any API methods to modify this property after the request is submitted.