Class: Google::Cloud::Dataproc::V1::ShieldedInstanceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::ShieldedInstanceConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1/clusters.rb
Overview
Shielded Instance Config for clusters using Compute Engine Shielded VMs.
Instance Attribute Summary collapse
-
#enable_integrity_monitoring ⇒ ::Boolean
Optional.
-
#enable_secure_boot ⇒ ::Boolean
Optional.
-
#enable_vtpm ⇒ ::Boolean
Optional.
Instance Attribute Details
#enable_integrity_monitoring ⇒ ::Boolean
Returns Optional. Defines whether instances have integrity monitoring enabled.
444 445 446 447 |
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 444 class ShieldedInstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable_secure_boot ⇒ ::Boolean
Returns Optional. Defines whether instances have Secure Boot enabled.
444 445 446 447 |
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 444 class ShieldedInstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable_vtpm ⇒ ::Boolean
Returns Optional. Defines whether instances have the vTPM enabled.
444 445 446 447 |
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 444 class ShieldedInstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |