Class Google::Cloud::Redis::V1beta1::MaintenancePolicy (v0.6.0)

Maintenance policy for an 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) — Optional. 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) — 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.

#update_time

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

#weekly_maintenance_window

def weekly_maintenance_window() -> ::Array<::Google::Cloud::Redis::V1beta1::WeeklyMaintenanceWindow>
Returns

#weekly_maintenance_window=

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