class Google::Apis::ComputeV1::TargetSslProxiesSetProxyHeaderRequest

Attributes

proxy_header[RW]

The new type of proxy header to append before sending data to the backend. NONE or PROXY_V1 are allowed. Corresponds to the JSON property `proxyHeader` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/compute_v1/classes.rb, line 34413
def update!(**args)
  @proxy_header = args[:proxy_header] if args.key?(:proxy_header)
end