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.
2026 2027 2028 |
# File 'lib/google/apis/redis_v1/classes.rb', line 2026 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
2024 2025 2026 |
# File 'lib/google/apis/redis_v1/classes.rb', line 2024 def ca_certs @ca_certs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2031 2032 2033 |
# File 'lib/google/apis/redis_v1/classes.rb', line 2031 def update!(**args) @ca_certs = args[:ca_certs] if args.key?(:ca_certs) end |