Reference documentation and code samples for the Google Cloud Notebooks V1 Client class InstanceConfig.
Notebook instance configurations that can be updated.
Generated from protobuf message google.cloud.notebooks.v1.InstanceConfig
Namespace
Google \ Cloud \ Notebooks \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ notebook_upgrade_schedule |
string
Cron expression in UTC timezone, used to schedule instance auto upgrade. Please follow the cron format. |
↳ enable_health_monitoring |
bool
Verifies core internal services are running. |
getNotebookUpgradeSchedule
Cron expression in UTC timezone, used to schedule instance auto upgrade.
Please follow the cron format.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNotebookUpgradeSchedule
Cron expression in UTC timezone, used to schedule instance auto upgrade.
Please follow the cron format.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEnableHealthMonitoring
Verifies core internal services are running.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setEnableHealthMonitoring
Verifies core internal services are running.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|