Class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadIl4Settings
- Inherits:
-
Object
- Object
- Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadIl4Settings
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/assuredworkloads_v1/classes.rb,
generated/google/apis/assuredworkloads_v1/representations.rb,
generated/google/apis/assuredworkloads_v1/representations.rb
Overview
Settings specific to resources needed for IL4.
Instance Attribute Summary collapse
-
#kms_settings ⇒ Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadKmsSettings
Settings specific to the Key Management Service.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAssuredworkloadsV1beta1WorkloadIl4Settings
constructor
A new instance of GoogleCloudAssuredworkloadsV1beta1WorkloadIl4Settings.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAssuredworkloadsV1beta1WorkloadIl4Settings
Returns a new instance of GoogleCloudAssuredworkloadsV1beta1WorkloadIl4Settings.
446 447 448 |
# File 'generated/google/apis/assuredworkloads_v1/classes.rb', line 446 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kms_settings ⇒ Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadKmsSettings
Settings specific to the Key Management Service.
Corresponds to the JSON property kmsSettings
444 445 446 |
# File 'generated/google/apis/assuredworkloads_v1/classes.rb', line 444 def kms_settings @kms_settings end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
451 452 453 |
# File 'generated/google/apis/assuredworkloads_v1/classes.rb', line 451 def update!(**args) @kms_settings = args[:kms_settings] if args.key?(:kms_settings) end |