VMware vRealize Operations Manager Advanced — Question 30
During initial provisioning lifecycle of its vRealize Automation workloads, an architect wants the ability to call an external system during state changes of machines.
Which are three acceptable lifecycle states that could be used for calling out to a system? (Choose three.)
Answer options
- A. WFStubMachineRetired
- B. WFStubMachineProvisioned
- C. WFStubMachineDisposing
- D. WFStubExtendMachine
- E. WFStubMachineExpired
Correct answer: B, C, E
Explanation
The correct states for invoking an external system are WFStubMachineProvisioned, WFStubMachineDisposing, and WFStubMachineExpired, as they represent key points in the lifecycle where external interactions may be necessary. WFStubMachineRetired and WFStubExtendMachine are not typically used for this purpose, as they do not represent critical state transitions for provisioning.