Class: Google::Apis::ManagedkafkaV1::TrustConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/managedkafka_v1/classes.rb,
lib/google/apis/managedkafka_v1/representations.rb,
lib/google/apis/managedkafka_v1/representations.rb

Overview

Sources of CA certificates to install in the broker's truststore.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TrustConfig

Returns a new instance of TrustConfig.



1992
1993
1994
# File 'lib/google/apis/managedkafka_v1/classes.rb', line 1992

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#cas_configsArray<Google::Apis::ManagedkafkaV1::CertificateAuthorityServiceConfig>

Optional. Configuration for the Google Certificate Authority Service. Maximum 10. Corresponds to the JSON property casConfigs



1990
1991
1992
# File 'lib/google/apis/managedkafka_v1/classes.rb', line 1990

def cas_configs
  @cas_configs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1997
1998
1999
# File 'lib/google/apis/managedkafka_v1/classes.rb', line 1997

def update!(**args)
  @cas_configs = args[:cas_configs] if args.key?(:cas_configs)
end