Class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadIl4Settings

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

Overview

Settings specific to resources needed for IL4.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAssuredworkloadsVersioningV1mainWorkloadIl4Settings

Returns a new instance of GoogleCloudAssuredworkloadsVersioningV1mainWorkloadIl4Settings.



1025
1026
1027
# File 'lib/google/apis/assuredworkloads_v1/classes.rb', line 1025

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

Instance Attribute Details

#kms_settingsGoogle::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadKmsSettings

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



1023
1024
1025
# File 'lib/google/apis/assuredworkloads_v1/classes.rb', line 1023

def kms_settings
  @kms_settings
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1030
1031
1032
# File 'lib/google/apis/assuredworkloads_v1/classes.rb', line 1030

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