Class StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo
Disable validation warnings
Implements
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1beta.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1beta.dll
Syntax
public class StorageDatabasecenterPartnerapiV1mainResourceMaintenanceInfo : IDirectResponseSchema
Properties
CurrentVersionReleaseDate
Optional. Disable validation warnings
Declaration
[JsonProperty("currentVersionReleaseDate")]
public virtual GoogleTypeDate CurrentVersionReleaseDate { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleTypeDate |
DenyMaintenanceSchedules
Optional. Disable validation warnings
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 |
IsInstanceStopped
Optional. Disable validation warnings
Declaration
[JsonProperty("isInstanceStopped")]
public virtual bool? IsInstanceStopped { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
MaintenanceSchedule
Optional. Disable validation warnings
Declaration
[JsonProperty("maintenanceSchedule")]
public virtual StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule MaintenanceSchedule { get; set; }
Property Value
| Type | Description |
|---|---|
| StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule |
MaintenanceState
Output only. Disable validation warnings
Declaration
[JsonProperty("maintenanceState")]
public virtual string MaintenanceState { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MaintenanceVersion
Optional. Disable validation warnings
Declaration
[JsonProperty("maintenanceVersion")]
public virtual string MaintenanceVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextAvailableMaintenanceVersions
Optional. Disable validation warnings
Declaration
[JsonProperty("nextAvailableMaintenanceVersions")]
public virtual IList<string> NextAvailableMaintenanceVersions { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
UpcomingMaintenance
Optional. Disable validation warnings
Declaration
[JsonProperty("upcomingMaintenance")]
public virtual StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance UpcomingMaintenance { get; set; }
Property Value
| Type | Description |
|---|---|
| StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance |