Show / Hide Table of Contents

Class UpdatePolicy

Maintenance policy applicable to instance updates.

Inheritance
object
UpdatePolicy
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.Connectors.v1.Data
Assembly: Google.Apis.Connectors.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX