Google Cloud Memorystore for Memcached API - Class Google::Cloud::Memcache::V1beta2::MaintenancePolicy (v0.9.0)

Reference documentation and code samples for the Google Cloud Memorystore for Memcached API class Google::Cloud::Memcache::V1beta2::MaintenancePolicy.

Maintenance policy per instance.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#description

def description() -> ::String
Returns
  • (::String) — Description of what this policy is for. Create/Update methods return INVALID_ARGUMENT if the length is greater than 512.

#description=

def description=(value) -> ::String
Parameter
  • value (::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.

#update_time

def update_time() -> ::Google::Protobuf::Timestamp
Returns

#weekly_maintenance_window

def weekly_maintenance_window() -> ::Array<::Google::Cloud::Memcache::V1beta2::WeeklyMaintenanceWindow>
Returns

#weekly_maintenance_window=

def weekly_maintenance_window=(value) -> ::Array<::Google::Cloud::Memcache::V1beta2::WeeklyMaintenanceWindow>
Parameter
Returns