Class: Google::Apis::AssuredworkloadsV1beta1::GoogleCloudAssuredworkloadsV1beta1WorkloadCjisSettings

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 CJIS.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAssuredworkloadsV1beta1WorkloadCjisSettings

Returns a new instance of GoogleCloudAssuredworkloadsV1beta1WorkloadCjisSettings.



888
889
890
# File 'lib/google/apis/assuredworkloads_v1beta1/classes.rb', line 888

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



886
887
888
# File 'lib/google/apis/assuredworkloads_v1beta1/classes.rb', line 886

def kms_settings
  @kms_settings
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



893
894
895
# File 'lib/google/apis/assuredworkloads_v1beta1/classes.rb', line 893

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