Show / Hide Table of Contents

Class StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo

MaintenanceInfo to capture the maintenance details of database resource.

Inheritance
object
StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudAlloyDBAdmin.v1alpha.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1alpha.dll
Syntax
public class StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo : IDirectResponseSchema

Properties

DenyMaintenanceSchedules

Optional. List of Deny maintenance period for the database resource.

Declaration
[JsonProperty("denyMaintenanceSchedules")]
public virtual IList<StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule> DenyMaintenanceSchedules { get; set; }
Property Value
Type Description
IList<StorageDatabasecenterPartnerapiV1mainResourceMaintenanceDenySchedule>

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 StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule MaintenanceSchedule { get; set; }
Property Value
Type Description
StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX