Class: Bosh::Director::ProblemHandlers::MissingVM
- Defined in:
- lib/bosh/director/problem_handlers/missing_vm.rb
Constant Summary
Constants included from CloudcheckHelper
CloudcheckHelper::DEFAULT_AGENT_TIMEOUT
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
- #description ⇒ Object
-
#initialize(instance_id, data) ⇒ MissingVM
constructor
A new instance of MissingVM.
Methods inherited from Base
action, action_for, #apply_resolution, auto_resolution, #auto_resolution, #auto_resolve, #checkpoint, #cloud, create_by_type, create_from_model, get_auto_resolution, inherited, init_dsl_data, plan, plan_for, register_as, resolution, #resolution_plan, #resolutions
Methods included from CloudcheckHelper
#delete_vm, #delete_vm_from_cloud, #delete_vm_reference, #reboot_vm, #recreate_vm, #recreate_vm_skip_post_start
Constructor Details
Instance Method Details
#description ⇒ Object
33 34 35 |
# File 'lib/bosh/director/problem_handlers/missing_vm.rb', line 33 def description "VM with cloud ID '#{@instance.vm_cid}' missing." end |