Class: Google::Apis::ComputeBeta::SecurityPolicyRuleHttpHeaderAction

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SecurityPolicyRuleHttpHeaderAction

Returns a new instance of SecurityPolicyRuleHttpHeaderAction.



58926
58927
58928
# File 'lib/google/apis/compute_beta/classes.rb', line 58926

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

Instance Attribute Details

#request_headers_to_addsArray<Google::Apis::ComputeBeta::SecurityPolicyRuleHttpHeaderActionHttpHeaderOption>

The list of request headers to add or overwrite if they're already present. Corresponds to the JSON property requestHeadersToAdds



58924
58925
58926
# File 'lib/google/apis/compute_beta/classes.rb', line 58924

def request_headers_to_adds
  @request_headers_to_adds
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



58931
58932
58933
# File 'lib/google/apis/compute_beta/classes.rb', line 58931

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