Class: OneviewSDK::ImageStreamer::API300::DeploymentGroup
- Defined in:
- lib/oneview-sdk/image-streamer/resource/api300/deployment_group.rb
Overview
Deployment Group resource implementation for Image Streamer
Constant Summary collapse
- BASE_URI =
'/rest/deployment-groups'.freeze
Constants inherited from Resource
Resource::DEFAULT_REQUEST_HEADER, Resource::UNIQUE_IDENTIFIERS
Instance Attribute Summary
Attributes inherited from Resource
#api_version, #client, #data, #logger
Instance Method Summary collapse
-
#create ⇒ Object
Method is not available.
-
#delete ⇒ Object
Method is not available.
-
#update ⇒ Object
Method is not available.
Methods inherited from Resource
#==, #[], #[]=, build_query, #create!, #deep_merge!, #each, #eql?, #exists?, find_by, find_with_pagination, from_file, get_all, get_all_with_query, #initialize, #like?, #refresh, #retrieve!, schema, #schema, #set, #set_all, #to_file
Constructor Details
This class inherits a constructor from OneviewSDK::Resource
Instance Method Details
#create ⇒ Object
Method is not available
23 24 25 |
# File 'lib/oneview-sdk/image-streamer/resource/api300/deployment_group.rb', line 23 def create(*) unavailable_method end |
#delete ⇒ Object
Method is not available
35 36 37 |
# File 'lib/oneview-sdk/image-streamer/resource/api300/deployment_group.rb', line 35 def delete(*) unavailable_method end |
#update ⇒ Object
Method is not available
29 30 31 |
# File 'lib/oneview-sdk/image-streamer/resource/api300/deployment_group.rb', line 29 def update(*) unavailable_method end |