Show / Hide Table of Contents

Class AutoUpgradeConfig

Configuration for automatic upgrades.

Inheritance
object
AutoUpgradeConfig
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.GKEHub.v1alpha.Data
Assembly: Google.Apis.GKEHub.v1alpha.dll
Syntax
public class AutoUpgradeConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

RolloutCreationScope

Optional. Specifies the scope of automation for the creation of rollouts. Represents the types of rollouts (version upgrades) the sequence should initiate automatically. If this field is unset, it defaults to all types. If this field is set but the internal upgrade_types list is empty, most automatic rollouts are disabled for this sequence. Exceptions are rollouts enforcing our security policies (e.g. such as end-of-support and outdated control plane patch enforcements). These policy enforcements cannot be disabled.

Declaration
[JsonProperty("rolloutCreationScope")]
public virtual RolloutCreationScope RolloutCreationScope { get; set; }
Property Value
Type Description
RolloutCreationScope

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX