Class: Bosh::Director::DeploymentPlan::EmptyInstanceSpec

Inherits:
InstanceSpec show all
Defined in:
lib/bosh/director/deployment_plan/instance_spec.rb

Instance Method Summary collapse

Methods inherited from InstanceSpec

#as_apply_spec, #as_template_spec, create_empty, create_from_database, create_from_instance_plan

Constructor Details

#initializeEmptyInstanceSpec

Returns a new instance of EmptyInstanceSpec.



87
88
# File 'lib/bosh/director/deployment_plan/instance_spec.rb', line 87

def initialize
end

Instance Method Details

#full_specObject



90
91
92
# File 'lib/bosh/director/deployment_plan/instance_spec.rb', line 90

def full_spec
  {}
end