public interface InstanceConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEnableHealthMonitoring()
public abstract boolean getEnableHealthMonitoring()Verifies core internal services are running.
bool enable_health_monitoring = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
The enableHealthMonitoring. |
getNotebookUpgradeSchedule()
public abstract String getNotebookUpgradeSchedule()Cron expression in UTC timezone, used to schedule instance auto upgrade. Please follow the cron format.
string notebook_upgrade_schedule = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The notebookUpgradeSchedule. |
getNotebookUpgradeScheduleBytes()
public abstract ByteString getNotebookUpgradeScheduleBytes()Cron expression in UTC timezone, used to schedule instance auto upgrade. Please follow the cron format.
string notebook_upgrade_schedule = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for notebookUpgradeSchedule. |