Class: Chef::Provisioning::GoogleDriver::Client::GlobalOperations
- Inherits:
-
OperationsBase
- Object
- GoogleBase
- OperationsBase
- Chef::Provisioning::GoogleDriver::Client::GlobalOperations
- Defined in:
- lib/chef/provisioning/google_driver/client/global_operations.rb
Overview
Wraps a GlobalOperations service of the GCE API.
Constant Summary
Constants inherited from GoogleBase
Chef::Provisioning::GoogleDriver::Client::GoogleBase::NOT_FOUND, Chef::Provisioning::GoogleDriver::Client::GoogleBase::OK, Chef::Provisioning::GoogleDriver::Client::GoogleBase::SLEEP_SECONDS, Chef::Provisioning::GoogleDriver::Client::GoogleBase::TRIES
Instance Attribute Summary
Attributes inherited from GoogleBase
Instance Method Summary collapse
Methods inherited from OperationsBase
Methods inherited from GoogleBase
#compute, #default_parameters, #initialize, #is_not_found?, #make_request, #operation_response, #raise_if_error
Constructor Details
This class inherits a constructor from Chef::Provisioning::GoogleDriver::Client::GoogleBase
Instance Method Details
#operations_service ⇒ Object
10 11 12 |
# File 'lib/chef/provisioning/google_driver/client/global_operations.rb', line 10 def operations_service compute.global_operations end |