Class: Bosh::Deployer::BoshStub
- Includes:
- BoshSettings
- Defined in:
- lib/bosh-deployer/bosh_stub.rb
Instance Attribute Summary
Attributes inherited from Stub
Instance Method Summary collapse
Methods included from BoshSettings
#default_key_name, #gateway, #microbosh, #openstack_api_key, #openstack_auth_url, #openstack_tenant, #openstack_username, #private_key, #range, #recursor_ip, #static_ip_from, #static_ip_to, #subnet_id
Methods inherited from Stub
Constructor Details
This class inherits a constructor from Bosh::Deployer::Stub
Instance Method Details
#name ⇒ Object
9 10 11 |
# File 'lib/bosh-deployer/bosh_stub.rb', line 9 def name 'bosh' end |