Class: Google::Cloud::Redis::V1::MaintenancePolicy
- Inherits:
-
Object
- Object
- Google::Cloud::Redis::V1::MaintenancePolicy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/redis/v1/cloud_redis.rb
Overview
Maintenance policy for an instance.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#description ⇒ ::String
Optional.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#weekly_maintenance_window ⇒ ::Array<::Google::Cloud::Redis::V1::WeeklyMaintenanceWindow>
Optional.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time when the policy was created.
453 454 455 456 |
# File 'proto_docs/google/cloud/redis/v1/cloud_redis.rb', line 453 class MaintenancePolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Optional. Description of what this policy is for. Create/Update methods return INVALID_ARGUMENT if the length is greater than 512.
453 454 455 456 |
# File 'proto_docs/google/cloud/redis/v1/cloud_redis.rb', line 453 class MaintenancePolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time when the policy was last updated.
453 454 455 456 |
# File 'proto_docs/google/cloud/redis/v1/cloud_redis.rb', line 453 class MaintenancePolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#weekly_maintenance_window ⇒ ::Array<::Google::Cloud::Redis::V1::WeeklyMaintenanceWindow>
Returns Optional. Maintenance window that is applied to resources covered by this policy. Minimum 1. For the current version, the maximum number of weekly_window is expected to be one.
453 454 455 456 |
# File 'proto_docs/google/cloud/redis/v1/cloud_redis.rb', line 453 class MaintenancePolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |