Class: Google::Cloud::Memcache::V1beta2::MaintenancePolicy
- Inherits:
-
Object
- Object
- Google::Cloud::Memcache::V1beta2::MaintenancePolicy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/memcache/v1beta2/cloud_memcache.rb
Overview
Maintenance policy per instance.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#description ⇒ ::String
Description of what this policy is for.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#weekly_maintenance_window ⇒ ::Array<::Google::Cloud::Memcache::V1beta2::WeeklyMaintenanceWindow>
Required.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time when the policy was created.
238 239 240 241 |
# File 'proto_docs/google/cloud/memcache/v1beta2/cloud_memcache.rb', line 238 class MaintenancePolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Description of what this policy is for. Create/Update methods return INVALID_ARGUMENT if the length is greater than 512.
238 239 240 241 |
# File 'proto_docs/google/cloud/memcache/v1beta2/cloud_memcache.rb', line 238 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 updated.
238 239 240 241 |
# File 'proto_docs/google/cloud/memcache/v1beta2/cloud_memcache.rb', line 238 class MaintenancePolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#weekly_maintenance_window ⇒ ::Array<::Google::Cloud::Memcache::V1beta2::WeeklyMaintenanceWindow>
Returns Required. Maintenance window that is applied to resources covered by this policy. Minimum 1. For the current version, the maximum number of weekly_maintenance_windows is expected to be one.
238 239 240 241 |
# File 'proto_docs/google/cloud/memcache/v1beta2/cloud_memcache.rb', line 238 class MaintenancePolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |