public sealed class InstanceConfig : IMessage<InstanceConfig>, IEquatable<InstanceConfig>, IDeepCloneable<InstanceConfig>, IBufferMessage, IMessageNotebook instance configurations that can be updated.
Implements
IMessage<InstanceConfig>, IEquatable<InstanceConfig>, IDeepCloneable<InstanceConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Constructors
InstanceConfig()
public InstanceConfig()InstanceConfig(InstanceConfig)
public InstanceConfig(InstanceConfig other)| Parameter | |
|---|---|
| Name | Description | 
| other | InstanceConfig | 
Properties
EnableHealthMonitoring
public bool EnableHealthMonitoring { get; set; }Verifies core internal services are running.
| Property Value | |
|---|---|
| Type | Description | 
| Boolean | |
NotebookUpgradeSchedule
public string NotebookUpgradeSchedule { get; set; }Cron expression in UTC timezone, used to schedule instance auto upgrade. Please follow the cron format.
| Property Value | |
|---|---|
| Type | Description | 
| String | |