Class: Google::Apis::ComputeAlpha::FirewallParams

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb

Overview

Additional firewall parameters.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ FirewallParams

Returns a new instance of FirewallParams.



12267
12268
12269
# File 'lib/google/apis/compute_alpha/classes.rb', line 12267

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#resource_manager_tagsHash<String,String>

Tag keys/values directly bound to this resource. Tag keys and values have the same definition as resource manager tags. The field is allowed for INSERT only. The keys/values to set on the resource should be specified in either ID : or Namespaced format :. For example the following are valid inputs: * " tagKeys/333" : "tagValues/444", "tagKeys/123" : "tagValues/456" * "123/ environment" : "production", "345/abc" : "xyz" Note: * Invalid combinations of ID & namespaced format is not supported. For instance: "123/environment" : "tagValues/444" is invalid. Corresponds to the JSON property resourceManagerTags

Returns:

  • (Hash<String,String>)


12265
12266
12267
# File 'lib/google/apis/compute_alpha/classes.rb', line 12265

def resource_manager_tags
  @resource_manager_tags
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12272
12273
12274
# File 'lib/google/apis/compute_alpha/classes.rb', line 12272

def update!(**args)
  @resource_manager_tags = args[:resource_manager_tags] if args.key?(:resource_manager_tags)
end