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.



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

def initialize
end

Instance Method Details

#full_specObject



94
95
96
# File 'lib/bosh/director/deployment_plan/instance_spec.rb', line 94

def full_spec
  {}
end