Class ResourceMaintenanceInfo
MaintenanceInfo to capture the maintenance details of database resource.
Implements
Inherited Members
Namespace: Google.Apis.CloudRedis.v1beta1.Data
Assembly: Google.Apis.CloudRedis.v1beta1.dll
Syntax
public class ResourceMaintenanceInfo : IDirectResponseSchema
Properties
DenyMaintenanceSchedules
Optional. List of Deny maintenance period for the database resource.
Declaration
[JsonProperty("denyMaintenanceSchedules")]
public virtual IList<ResourceMaintenanceDenySchedule> DenyMaintenanceSchedules { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ResourceMaintenanceDenySchedule> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MaintenanceSchedule
Optional. Maintenance window for the database resource.
Declaration
[JsonProperty("maintenanceSchedule")]
public virtual ResourceMaintenanceSchedule MaintenanceSchedule { get; set; }
Property Value
| Type | Description |
|---|---|
| ResourceMaintenanceSchedule |
MaintenanceVersion
Optional. Current Maintenance version of the database resource. Example: "MYSQL_8_0_41.R20250531.01_15"
Declaration
[JsonProperty("maintenanceVersion")]
public virtual string MaintenanceVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |