Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::ConfidentialInstanceConfig (v2.13.0)

Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::ConfidentialInstanceConfig.

A set of Confidential Instance options.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#confidential_instance_type

def confidential_instance_type() -> ::String
Returns
  • (::String) — Defines the type of technology used by the confidential instance. Check the ConfidentialInstanceType enum for the list of possible values.

#confidential_instance_type=

def confidential_instance_type=(value) -> ::String
Parameter
  • value (::String) — Defines the type of technology used by the confidential instance. Check the ConfidentialInstanceType enum for the list of possible values.
Returns
  • (::String) — Defines the type of technology used by the confidential instance. Check the ConfidentialInstanceType enum for the list of possible values.

#enable_confidential_compute

def enable_confidential_compute() -> ::Boolean
Returns
  • (::Boolean) — Defines whether the instance should have confidential compute enabled.

#enable_confidential_compute=

def enable_confidential_compute=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Defines whether the instance should have confidential compute enabled.
Returns
  • (::Boolean) — Defines whether the instance should have confidential compute enabled.