Class: Google::Cloud::Dataproc::V1::ShieldedInstanceConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#enable_integrity_monitoring::Boolean

Returns Optional. Defines whether instances have integrity monitoring enabled.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::Boolean)

    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