Class: Google::Apis::DeploymentmanagerAlpha::CollectionOverride
- Inherits:
-
Object
- Object
- Google::Apis::DeploymentmanagerAlpha::CollectionOverride
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/deploymentmanager_alpha/classes.rb,
lib/google/apis/deploymentmanager_alpha/representations.rb,
lib/google/apis/deploymentmanager_alpha/representations.rb
Overview
CollectionOverride allows resource handling overrides for specific resources within a BaseType
Instance Attribute Summary collapse
-
#collection ⇒ String
The collection that identifies this resource within its service.
-
#method_map ⇒ Google::Apis::DeploymentmanagerAlpha::MethodMap
Deployment Manager will call these methods during the events of creation/ deletion/update/get/setIamPolicy Corresponds to the JSON property
methodMap. -
#options ⇒ Google::Apis::DeploymentmanagerAlpha::Options
Options allows customized resource handling by Deployment Manager.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CollectionOverride
constructor
A new instance of CollectionOverride.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CollectionOverride
Returns a new instance of CollectionOverride.
327 328 329 |
# File 'lib/google/apis/deploymentmanager_alpha/classes.rb', line 327 def initialize(**args) update!(**args) end |
Instance Attribute Details
#collection ⇒ String
The collection that identifies this resource within its service.
Corresponds to the JSON property collection
314 315 316 |
# File 'lib/google/apis/deploymentmanager_alpha/classes.rb', line 314 def collection @collection end |
#method_map ⇒ Google::Apis::DeploymentmanagerAlpha::MethodMap
Deployment Manager will call these methods during the events of creation/
deletion/update/get/setIamPolicy
Corresponds to the JSON property methodMap
320 321 322 |
# File 'lib/google/apis/deploymentmanager_alpha/classes.rb', line 320 def method_map @method_map end |
#options ⇒ Google::Apis::DeploymentmanagerAlpha::Options
Options allows customized resource handling by Deployment Manager.
Corresponds to the JSON property options
325 326 327 |
# File 'lib/google/apis/deploymentmanager_alpha/classes.rb', line 325 def @options end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
332 333 334 335 336 |
# File 'lib/google/apis/deploymentmanager_alpha/classes.rb', line 332 def update!(**args) @collection = args[:collection] if args.key?(:collection) @method_map = args[:method_map] if args.key?(:method_map) @options = args[:options] if args.key?(:options) end |