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.



801
802
803
# File 'lib/google/apis/assuredworkloads_v1beta1/classes.rb', line 801

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



799
800
801
# File 'lib/google/apis/assuredworkloads_v1beta1/classes.rb', line 799

def kms_settings
  @kms_settings
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



806
807
808
# File 'lib/google/apis/assuredworkloads_v1beta1/classes.rb', line 806

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