Q7
Single choice
An administrator is responsible for managing a VMware Cloud Foundation (VCF) fleet. The administrator has been tasked with the following:
- Ensure that newly deployed Virtual Machines create a DNS A and DNS PTR Record in DNS.
- Create the DNS records before each Virtual Machine is deployed.
- If a deployment fails, ensure that the created DNS record is deleted.
- Only remove the DNS records for each Virtual Machine after it is destroyed.
- Every workflow must be allowed to complete before starting any additional workflow for the same event topic.
The administrator has already completed the following tasks:
- Created two VCF Operations Orchestrator Workflows with corresponding Event Subscriptions:
Create DNS RecordsDelete DNS Records
- Created a new blueprint to deploy a Virtual Machine:
- Added two string inputs,
hostnameanddomainName. - Added
hostname: '${input.hostname}'as a custom property of the Virtual Machine resource. - Added
domainName: '${input.domainName}'as a custom property of the Virtual Machine resource.
- Added two string inputs,
What must the administrator configure within the Event Subscription to ensure that the DNS record is only created when the domain name is provided?