public sealed class ClusterMaintenancePolicy : IMessage<ClusterMaintenancePolicy>, IEquatable<ClusterMaintenancePolicy>, IDeepCloneable<ClusterMaintenancePolicy>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis (cluster management) v1 API class ClusterMaintenancePolicy.
Maintenance policy per cluster.
Implements
IMessageClusterMaintenancePolicy, IEquatableClusterMaintenancePolicy, IDeepCloneableClusterMaintenancePolicy, IBufferMessage, IMessageNamespace
Google.Cloud.Redis.Cluster.V1Assembly
Google.Cloud.Redis.Cluster.V1.dll
Constructors
ClusterMaintenancePolicy()
public ClusterMaintenancePolicy()
ClusterMaintenancePolicy(ClusterMaintenancePolicy)
public ClusterMaintenancePolicy(ClusterMaintenancePolicy other)
Parameter | |
---|---|
Name | Description |
other |
ClusterMaintenancePolicy |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The time when the policy was created i.e. Maintenance Window or Deny Period was assigned.
Property Value | |
---|---|
Type | Description |
Timestamp |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. The time when the policy was updated i.e. Maintenance Window or Deny Period was updated.
Property Value | |
---|---|
Type | Description |
Timestamp |
WeeklyMaintenanceWindow
public RepeatedField<ClusterWeeklyMaintenanceWindow> WeeklyMaintenanceWindow { get; }
Optional. Maintenance window that is applied to resources covered by this policy. Minimum 1. For the current version, the maximum number of weekly_maintenance_window is expected to be one.
Property Value | |
---|---|
Type | Description |
RepeatedFieldClusterWeeklyMaintenanceWindow |