Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ServingProfileCmekConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb

Overview

Configuration for Customer-Managed Encryption Keys (CMEK).

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ServingProfileCmekConfig

Returns a new instance of GoogleCloudAiplatformV1beta1ServingProfileCmekConfig.



60193
60194
60195
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 60193

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#encryption_specGoogle::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EncryptionSpec

Represents a customer-managed encryption key specification that can be applied to a Vertex AI resource. Corresponds to the JSON property encryptionSpec



60191
60192
60193
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 60191

def encryption_spec
  @encryption_spec
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



60198
60199
60200
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 60198

def update!(**args)
  @encryption_spec = args[:encryption_spec] if args.key?(:encryption_spec)
end