Class: Google::Apis::AssuredworkloadsV1beta1::GoogleCloudAssuredworkloadsV1beta1WorkloadIl4Settings

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

Overview

Settings specific to resources needed for IL4.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAssuredworkloadsV1beta1WorkloadIl4Settings

Returns a new instance of GoogleCloudAssuredworkloadsV1beta1WorkloadIl4Settings.



2324
2325
2326
# File 'lib/google/apis/assuredworkloads_v1beta1/classes.rb', line 2324

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

Instance Attribute Details

#kms_settingsGoogle::Apis::AssuredworkloadsV1beta1::GoogleCloudAssuredworkloadsV1beta1WorkloadKmsSettings

Settings specific to the Key Management Service. Corresponds to the JSON property kmsSettings



2322
2323
2324
# File 'lib/google/apis/assuredworkloads_v1beta1/classes.rb', line 2322

def kms_settings
  @kms_settings
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2329
2330
2331
# File 'lib/google/apis/assuredworkloads_v1beta1/classes.rb', line 2329

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