Class DenyMaintenancePeriod
DenyMaintenancePeriod definition. Maintenance is forbidden within the deny period. The start_date must be less than the end_date.
Implements
Inherited Members
Namespace: Google.Apis.CloudMemorystoreforMemcached.v1beta2.Data
Assembly: Google.Apis.CloudMemorystoreforMemcached.v1beta2.dll
Syntax
public class DenyMaintenancePeriod : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EndDate
Deny period end date. This can be: * A full date, with non-zero year, month and day values. * A month and day value, with a zero year. Allows recurring deny periods each year. Date matching this period will have to be before the end.
Declaration
[JsonProperty("endDate")]
public virtual Date EndDate { get; set; }
Property Value
Type | Description |
---|---|
Date |
StartDate
Deny period start date. This can be: * A full date, with non-zero year, month and day values. * A month and day value, with a zero year. Allows recurring deny periods each year. Date matching this period will have to be the same or after the start.
Declaration
[JsonProperty("startDate")]
public virtual Date StartDate { get; set; }
Property Value
Type | Description |
---|---|
Date |
Time
Time in UTC when the Blackout period starts on start_date and ends on end_date. This can be: * Full time. * All zeros for 00:00:00 UTC
Declaration
[JsonProperty("time")]
public virtual TimeOfDay Time { get; set; }
Property Value
Type | Description |
---|---|
TimeOfDay |