Show / Hide Table of Contents

Class MaintenanceSettings

Captures requested directives for performing future maintenance on the unit. This includes a request for the unit to skip maintenance for a period of time and remain pinned to its current release as well as controls for postponing maintenance scheduled in future.

Inheritance
object
MaintenanceSettings
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.SaaSServiceManagement.v1beta1.Data
Assembly: Google.Apis.SaaSServiceManagement.v1beta1.dll
Syntax
public class MaintenanceSettings : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PinnedUntilTime

object representation of PinnedUntilTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use PinnedUntilTimeDateTimeOffset instead.")]
public virtual object PinnedUntilTime { get; set; }
Property Value
Type Description
object

PinnedUntilTimeDateTimeOffset

DateTimeOffset representation of PinnedUntilTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? PinnedUntilTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

PinnedUntilTimeRaw

Optional. If present, it fixes the release on the unit until the given time; i.e. changes to the release field will be rejected. Rollouts should and will also respect this by not requesting an upgrade in the first place.

Declaration
[JsonProperty("pinnedUntilTime")]
public virtual string PinnedUntilTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX