class Google::Apis::DeploymentmanagerAlpha::CollectionOverride

CollectionOverride allows resource handling overrides for specific resources within a BaseType

Attributes

collection[RW]

The collection that identifies this resource within its service. Corresponds to the JSON property `collection` @return [String]

method_map[RW]

Deployment Manager will call these methods during the events of creation/ deletion/update/get/setIamPolicy Corresponds to the JSON property `methodMap` @return [Google::Apis::DeploymentmanagerAlpha::MethodMap]

options[RW]

Options allows customized resource handling by Deployment Manager. Corresponds to the JSON property `options` @return [Google::Apis::DeploymentmanagerAlpha::Options]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/deploymentmanager_alpha/classes.rb, line 278
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/deploymentmanager_alpha/classes.rb, line 283
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