Class: Google::Cloud::Dataproc::V1beta2::SecurityConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1beta2::SecurityConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1beta2/clusters.rb
Overview
Security related configuration, including encryption, Kerberos, etc.
Instance Attribute Summary collapse
-
#kerberos_config ⇒ ::Google::Cloud::Dataproc::V1beta2::KerberosConfig
Kerberos related configuration.
Instance Attribute Details
#kerberos_config ⇒ ::Google::Cloud::Dataproc::V1beta2::KerberosConfig
Returns Kerberos related configuration.
530 531 532 533 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/clusters.rb', line 530 class SecurityConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |