Class: Google::Cloud::BackupDR::V1::ConfidentialInstanceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::ConfidentialInstanceConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupvault_gce.rb
Overview
A set of Confidential Instance options.
Instance Attribute Summary collapse
-
#enable_confidential_compute ⇒ ::Boolean
Optional.
Instance Attribute Details
#enable_confidential_compute ⇒ ::Boolean
Returns Optional. Defines whether the instance should have confidential compute enabled.
309 310 311 312 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_gce.rb', line 309 class ConfidentialInstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |