Class RescheduleClusterMaintenanceRequest
Request for rescheduling a cluster maintenance.
Implements
Inherited Members
Namespace: Google.Apis.CloudRedis.v1beta1.Data
Assembly: Google.Apis.CloudRedis.v1beta1.dll
Syntax
public class RescheduleClusterMaintenanceRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RescheduleType
Required. If reschedule type is SPECIFIC_TIME, must set up schedule_time as well.
Declaration
[JsonProperty("rescheduleType")]
public virtual string RescheduleType { get; set; }
Property Value
Type | Description |
---|---|
string |
ScheduleTime
object representation of ScheduleTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ScheduleTimeDateTimeOffset instead.")]
public virtual object ScheduleTime { get; set; }
Property Value
Type | Description |
---|---|
object |
ScheduleTimeDateTimeOffset
DateTimeOffset representation of ScheduleTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? ScheduleTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
ScheduleTimeRaw
Optional. Timestamp when the maintenance shall be rescheduled to if reschedule_type=SPECIFIC_TIME, in RFC
3339 format, for example 2012-11-15T16:19:00.094Z
.
Declaration
[JsonProperty("scheduleTime")]
public virtual string ScheduleTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |