class Google::Apis::DataprocV1::ConfidentialInstanceConfig
Confidential Instance Config for clusters using Confidential VMs (https:// cloud.google.com/compute/confidential-vm/docs)
Attributes
enable_confidential_compute[RW]
Optional. Defines whether the instance should have confidential compute enabled. Corresponds to the JSON property `enableConfidentialCompute` @return [Boolean]
enable_confidential_compute?[RW]
Optional. Defines whether the instance should have confidential compute enabled. Corresponds to the JSON property `enableConfidentialCompute` @return [Boolean]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dataproc_v1/classes.rb, line 810 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dataproc_v1/classes.rb, line 815 def update!(**args) @enable_confidential_compute = args[:enable_confidential_compute] if args.key?(:enable_confidential_compute) end