Show / Hide Table of Contents

Class RescheduleMaintenanceRequest

Request for RescheduleMaintenance.

Inheritance
object
RescheduleMaintenanceRequest
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.CloudMemorystoreforMemcached.v1.Data
Assembly: Google.Apis.CloudMemorystoreforMemcached.v1.dll
Syntax
public class RescheduleMaintenanceRequest : 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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX