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.



1013
1014
1015
# File 'lib/google/apis/assuredworkloads_v1beta1/classes.rb', line 1013

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



1011
1012
1013
# File 'lib/google/apis/assuredworkloads_v1beta1/classes.rb', line 1011

def kms_settings
  @kms_settings
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1018
1019
1020
# File 'lib/google/apis/assuredworkloads_v1beta1/classes.rb', line 1018

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