Class: Google::Apis::ComputeBeta::TargetSslProxiesSetProxyHeaderRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ComputeBeta::TargetSslProxiesSetProxyHeaderRequest
 
- 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)  ⇒ TargetSslProxiesSetProxyHeaderRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of TargetSslProxiesSetProxyHeaderRequest. 
- 
  
    
      #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) ⇒ TargetSslProxiesSetProxyHeaderRequest
Returns a new instance of TargetSslProxiesSetProxyHeaderRequest
| 19614 19615 19616 | # File 'generated/google/apis/compute_beta/classes.rb', line 19614 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
| 19612 19613 19614 | # File 'generated/google/apis/compute_beta/classes.rb', line 19612 def proxy_header @proxy_header end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 19619 19620 19621 | # File 'generated/google/apis/compute_beta/classes.rb', line 19619 def update!(**args) @proxy_header = args[:proxy_header] if args.key?(:proxy_header) end |