Class: Google::Cloud::AssuredWorkloads::V1::Workload::KMSSettings Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::AssuredWorkloads::V1::Workload::KMSSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/assuredworkloads/v1/assuredworkloads.rb
Overview
Deprecated.
This message is deprecated and may be removed in the next major version update.
Settings specific to the Key Management Service. This message is deprecated. In order to create a Keyring, callers should specify, ENCRYPTION_KEYS_PROJECT or KEYRING in ResourceSettings.resource_type field.
Instance Attribute Summary collapse
-
#next_rotation_time ⇒ ::Google::Protobuf::Timestamp
Required.
-
#rotation_period ⇒ ::Google::Protobuf::Duration
Required.
Instance Attribute Details
#next_rotation_time ⇒ ::Google::Protobuf::Timestamp
261 262 263 264 |
# File 'proto_docs/google/cloud/assuredworkloads/v1/assuredworkloads.rb', line 261 class KMSSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rotation_period ⇒ ::Google::Protobuf::Duration
261 262 263 264 |
# File 'proto_docs/google/cloud/assuredworkloads/v1/assuredworkloads.rb', line 261 class KMSSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |