Class: Google::Cloud::Redis::V1beta1::MaintenancePolicy

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/redis/v1beta1/cloud_redis.rb

Overview

Maintenance policy for an instance.

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The time when the policy was created.

Returns:



424
425
426
427
# File 'proto_docs/google/cloud/redis/v1beta1/cloud_redis.rb', line 424

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.

Returns:

  • (::String)

    Optional. Description of what this policy is for. Create/Update methods return INVALID_ARGUMENT if the length is greater than 512.



424
425
426
427
# File 'proto_docs/google/cloud/redis/v1beta1/cloud_redis.rb', line 424

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.

Returns:



424
425
426
427
# File 'proto_docs/google/cloud/redis/v1beta1/cloud_redis.rb', line 424

class MaintenancePolicy
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#weekly_maintenance_window::Array<::Google::Cloud::Redis::V1beta1::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.

Returns:



424
425
426
427
# File 'proto_docs/google/cloud/redis/v1beta1/cloud_redis.rb', line 424

class MaintenancePolicy
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end