Class: Google::Apis::ComputeV1::TargetHttpsProxiesSetSslCertificatesRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ComputeV1::TargetHttpsProxiesSetSslCertificatesRequest
 
- Defined in:
- generated/google/apis/compute_v1/classes.rb,
 generated/google/apis/compute_v1/representations.rb,
 generated/google/apis/compute_v1/representations.rb
Instance Attribute Summary collapse
- 
  
    
      #ssl_certificates  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    New set of SslCertificate resources to associate with this TargetHttpsProxy resource. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ TargetHttpsProxiesSetSslCertificatesRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of TargetHttpsProxiesSetSslCertificatesRequest. 
- 
  
    
      #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) ⇒ TargetHttpsProxiesSetSslCertificatesRequest
Returns a new instance of TargetHttpsProxiesSetSslCertificatesRequest
| 16225 16226 16227 | # File 'generated/google/apis/compute_v1/classes.rb', line 16225 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#ssl_certificates ⇒ Array<String>
New set of SslCertificate resources to associate with this TargetHttpsProxy
resource. Currently exactly one SslCertificate resource must be specified.
Corresponds to the JSON property sslCertificates
| 16223 16224 16225 | # File 'generated/google/apis/compute_v1/classes.rb', line 16223 def ssl_certificates @ssl_certificates end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 16230 16231 16232 | # File 'generated/google/apis/compute_v1/classes.rb', line 16230 def update!(**args) @ssl_certificates = args[:ssl_certificates] if args.key?(:ssl_certificates) end |