Class InstanceConfig (1.0.0-beta04)

public sealed class InstanceConfig : IMessage<InstanceConfig>, IEquatable<InstanceConfig>, IDeepCloneable<InstanceConfig>, IBufferMessage, IMessage

Notebook instance configurations that can be updated.

Inheritance

Object > InstanceConfig

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

InstanceConfig()

public InstanceConfig()

InstanceConfig(InstanceConfig)

public InstanceConfig(InstanceConfig other)
Parameter
NameDescription
otherInstanceConfig

Properties

EnableHealthMonitoring

public bool EnableHealthMonitoring { get; set; }

Verifies core internal services are running.

Property Value
TypeDescription
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
TypeDescription
String