Class UpdatePolicy
Maintenance policy applicable to instance updates.
Implements
Inherited Members
Namespace: Google.Apis.CloudMemorystoreforMemcached.v1.Data
Assembly: Google.Apis.CloudMemorystoreforMemcached.v1.dll
Syntax
public class UpdatePolicy : IDirectResponseSchema
Properties
Channel
Optional. Relative scheduling channel applied to resource.
Declaration
[JsonProperty("channel")]
public virtual string Channel { get; set; }
Property Value
Type | Description |
---|---|
string |
DenyMaintenancePeriods
Deny Maintenance Period that is applied to resource to indicate when maintenance is forbidden. The protocol supports zero-to-many such periods, but the current SLM Rollout implementation only supports zero-to-one.
Declaration
[JsonProperty("denyMaintenancePeriods")]
public virtual IList<DenyMaintenancePeriod> DenyMaintenancePeriods { get; set; }
Property Value
Type | Description |
---|---|
IList<DenyMaintenancePeriod> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Window
Optional. Maintenance window that is applied to resources covered by this policy.
Declaration
[JsonProperty("window")]
public virtual MaintenanceWindow Window { get; set; }
Property Value
Type | Description |
---|---|
MaintenanceWindow |