Class: Google::Apis::RedisV1::ManagedCertificateAuthority
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::RedisV1::ManagedCertificateAuthority
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/redis_v1/classes.rb,
lib/google/apis/redis_v1/representations.rb,
lib/google/apis/redis_v1/representations.rb 
Instance Attribute Summary collapse
- 
  
    
      #ca_certs  ⇒ Array<Google::Apis::RedisV1::CertChain> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The PEM encoded CA certificate chains for redis managed server authentication Corresponds to the JSON property
caCerts. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ManagedCertificateAuthority 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ManagedCertificateAuthority.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ ManagedCertificateAuthority
Returns a new instance of ManagedCertificateAuthority.
      2263 2264 2265  | 
    
      # File 'lib/google/apis/redis_v1/classes.rb', line 2263 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#ca_certs ⇒ Array<Google::Apis::RedisV1::CertChain>
The PEM encoded CA certificate chains for redis managed server authentication
Corresponds to the JSON property caCerts
      2261 2262 2263  | 
    
      # File 'lib/google/apis/redis_v1/classes.rb', line 2261 def ca_certs @ca_certs end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      2268 2269 2270  | 
    
      # File 'lib/google/apis/redis_v1/classes.rb', line 2268 def update!(**args) @ca_certs = args[:ca_certs] if args.key?(:ca_certs) end  |