vRA 7.6 Extensibility Flashcards
Describe the Master workflow states for provisioning machines
- Requested
- BuildingMachine
- MachineProvisioned
- TurningOn
- On
Describe the Master workflow states for importing machines
- Requested
- MachineRegistered
- MachineProvisioned
- TurningOn
- On
Describe the Master workflow states for machine lease expiration
- On
- MachineExpired
Describe the Master workflow states for disposing a machine
- DeactivateMachine
- UnprovisionMachine
- MachineDisposing
What Master Workflow State is used to accomplish this example: Prepare for the machine to be created on the hypervisor. Create a configuration management database (CMDB) record, call out to an external system to assign an IP Address to a machine, and then during machine disposal, use WFStubMachineDisposing to return the IP Address to the pool.
BuildingMachine
What Master Workflow State is used to accomplish this example: Add an imported machine to an application provisioning tool to receive updates and undergo compliance checks
RegisterMachine
What Master Workflow State is used to accomplish this example: The machine exists on the hypervisor, and any additional customizations are completed at this point, for example guest agent customizations. Use this workflow stub to update a configuration management database (CMDB) record with DHCP IP Address and storage information. Customizations made by using the WFStubMachineProvisioned are typically reversed usingthe WFSTubUnprovisionMachine.
MachineProvisioned
What Master Workflow State is used to accomplish this example: Move an expired machine to low cost storage to reduce archival costs and update the CMDP record and billing system to reflect storage and cost changes.
Expired
What Master Workflow State is used to accomplish this example: Removes machines from active directory accounts. Customizations made by using the WFStubMachineProvisioned are typically reversed by using WFStubUnprovisionMachine
UnprovisionMachine
What Master Workflow State is used to accomplish this example: Return IP Address to pool
Disposing
What is the Customizable Workflow Name for the Master Workflow State: BuildingMachine
WFStubBuildingMachine
What is the Customizable Workflow Name for the Master Workflow State: RegisterMachine
WFStubMachineRegistered
What is the Customizable Workflow Name for the Master Workflow State: MachineProvisioned
WFStubMachineProvisioned
What is the Customizable Workflow Name for the Master Workflow State: Expired
WFStubMachineExpired
What is the Customizable Workflow Name for the Master Workflow State: UnprovisionMachine
WFStubUnprovisionMachine