Class: Google::Apis::ComputeBeta::TargetTcpProxiesSetProxyHeaderRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::TargetTcpProxiesSetProxyHeaderRequest
- Defined in:
- generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/representations.rb
Instance Attribute Summary collapse
-
#proxy_header ⇒ String
The new type of proxy header to append before sending data to the backend.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TargetTcpProxiesSetProxyHeaderRequest
constructor
A new instance of TargetTcpProxiesSetProxyHeaderRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ TargetTcpProxiesSetProxyHeaderRequest
Returns a new instance of TargetTcpProxiesSetProxyHeaderRequest
19765 19766 19767 |
# File 'generated/google/apis/compute_beta/classes.rb', line 19765 def initialize(**args) update!(**args) end |
Instance Attribute Details
#proxy_header ⇒ String
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
19763 19764 19765 |
# File 'generated/google/apis/compute_beta/classes.rb', line 19763 def proxy_header @proxy_header end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
19770 19771 19772 |
# File 'generated/google/apis/compute_beta/classes.rb', line 19770 def update!(**args) @proxy_header = args[:proxy_header] if args.key?(:proxy_header) end |