Show / Hide Table of Contents

Class MaintenanceSettings

Maintenance settings associated with instance. Allows service producers and end users to assign settings that controls maintenance on this instance.

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

Exclude

Optional. Exclude instance from maintenance. When true, rollout service will not attempt maintenance on the instance. Rollout service will include the instance in reported rollout progress as not attempted.

Declaration
[JsonProperty("exclude")]
public virtual bool? Exclude { get; set; }
Property Value
Type Description
bool?

IsRollback

Optional. If the update call is triggered from rollback, set the value as true.

Declaration
[JsonProperty("isRollback")]
public virtual bool? IsRollback { get; set; }
Property Value
Type Description
bool?

MaintenancePolicies

Optional. The MaintenancePolicies that have been attached to the instance. The key must be of the type name of the oneof policy name defined in MaintenancePolicy, and the embedded policy must define the same policy type. For details, please refer to go/mr-user-guide. Should not be set if maintenance_policy_names is set. If only the name is needed, then only populate MaintenancePolicy.name.

Declaration
[JsonProperty("maintenancePolicies")]
public virtual IDictionary<string, MaintenancePolicy> MaintenancePolicies { get; set; }
Property Value
Type Description
IDictionary<string, MaintenancePolicy>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX