Class: Google::Cloud::Workstations::V1beta::WorkstationConfig::Host::GceInstance::GceShieldedInstanceConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/workstations/v1beta/workstations.rb

Overview

A set of Compute Engine Shielded instance options.

Instance Attribute Summary collapse

Instance Attribute Details

#enable_integrity_monitoring::Boolean

Returns Optional. Whether the instance has integrity monitoring enabled.

Returns:

  • (::Boolean)

    Optional. Whether the instance has integrity monitoring enabled.



600
601
602
603
# File 'proto_docs/google/cloud/workstations/v1beta/workstations.rb', line 600

class GceShieldedInstanceConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#enable_secure_boot::Boolean

Returns Optional. Whether the instance has Secure Boot enabled.

Returns:

  • (::Boolean)

    Optional. Whether the instance has Secure Boot enabled.



600
601
602
603
# File 'proto_docs/google/cloud/workstations/v1beta/workstations.rb', line 600

class GceShieldedInstanceConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#enable_vtpm::Boolean

Returns Optional. Whether the instance has the vTPM enabled.

Returns:

  • (::Boolean)

    Optional. Whether the instance has the vTPM enabled.



600
601
602
603
# File 'proto_docs/google/cloud/workstations/v1beta/workstations.rb', line 600

class GceShieldedInstanceConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end