Class: Google::Cloud::Memcache::V1beta2::MaintenancePolicy

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

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

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

Returns:



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.

Returns:

  • (::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.

Returns:



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.

Returns:



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