Class: Google::Apis::RedisV1beta1::ManagedCertificateAuthority
- Inherits:
-
Object
- Object
- Google::Apis::RedisV1beta1::ManagedCertificateAuthority
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/redis_v1beta1/classes.rb,
lib/google/apis/redis_v1beta1/representations.rb,
lib/google/apis/redis_v1beta1/representations.rb
Instance Attribute Summary collapse
-
#ca_certs ⇒ Array<Google::Apis::RedisV1beta1::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.
1775 1776 1777 |
# File 'lib/google/apis/redis_v1beta1/classes.rb', line 1775 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ca_certs ⇒ Array<Google::Apis::RedisV1beta1::CertChain>
The PEM encoded CA certificate chains for redis managed server authentication
Corresponds to the JSON property caCerts
1773 1774 1775 |
# File 'lib/google/apis/redis_v1beta1/classes.rb', line 1773 def ca_certs @ca_certs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1780 1781 1782 |
# File 'lib/google/apis/redis_v1beta1/classes.rb', line 1780 def update!(**args) @ca_certs = args[:ca_certs] if args.key?(:ca_certs) end |