Class: Bosh::Director::DeploymentPlan::EmptyInstanceSpec
- Inherits:
-
InstanceSpec
- Object
- InstanceSpec
- Bosh::Director::DeploymentPlan::EmptyInstanceSpec
- Defined in:
- lib/bosh/director/deployment_plan/instance_spec.rb
Instance Method Summary collapse
- #full_spec ⇒ Object
-
#initialize ⇒ EmptyInstanceSpec
constructor
A new instance of EmptyInstanceSpec.
Methods inherited from InstanceSpec
#as_apply_spec, #as_template_spec, create_empty, create_from_database, create_from_instance_plan
Constructor Details
#initialize ⇒ EmptyInstanceSpec
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_spec ⇒ Object
94 95 96 |
# File 'lib/bosh/director/deployment_plan/instance_spec.rb', line 94 def full_spec {} end |