Class: Google::Apis::AssuredworkloadsV1beta1::GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampHighSettings
- Inherits:
-
Object
- Object
- Google::Apis::AssuredworkloadsV1beta1::GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampHighSettings
- 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 FedRAMP High.
Instance Attribute Summary collapse
-
#kms_settings ⇒ Google::Apis::AssuredworkloadsV1beta1::GoogleCloudAssuredworkloadsV1beta1WorkloadKmsSettings
Settings specific to the Key Management Service.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampHighSettings
constructor
A new instance of GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampHighSettings.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampHighSettings
Returns a new instance of GoogleCloudAssuredworkloadsV1beta1WorkloadFedrampHighSettings.
749 750 751 |
# File 'lib/google/apis/assuredworkloads_v1beta1/classes.rb', line 749 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kms_settings ⇒ Google::Apis::AssuredworkloadsV1beta1::GoogleCloudAssuredworkloadsV1beta1WorkloadKmsSettings
Settings specific to the Key Management Service.
Corresponds to the JSON property kmsSettings
747 748 749 |
# File 'lib/google/apis/assuredworkloads_v1beta1/classes.rb', line 747 def kms_settings @kms_settings end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
754 755 756 |
# File 'lib/google/apis/assuredworkloads_v1beta1/classes.rb', line 754 def update!(**args) @kms_settings = args[:kms_settings] if args.key?(:kms_settings) end |