Class: Chef::Provisioning::GoogleDriver::Client::ZoneOperations
- Inherits:
-
OperationsBase
- Object
- GoogleBase
- OperationsBase
- Chef::Provisioning::GoogleDriver::Client::ZoneOperations
- Defined in:
- lib/chef/provisioning/google_driver/client/zone_operations.rb
Overview
Wraps a ZoneOperations service of the GCE API.
Constant Summary
Constants inherited from GoogleBase
GoogleBase::NOT_FOUND, GoogleBase::OK, GoogleBase::SLEEP_SECONDS, 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/zone_operations.rb', line 10 def operations_service compute.zone_operations end |