public final class InstanceConfig
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Notebooks API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
InstanceConfig() |
| Modifier and Type | Method and Description |
|---|---|
InstanceConfig |
clone() |
Boolean |
getEnableHealthMonitoring()
Verifies core internal services are running.
|
String |
getNotebookUpgradeSchedule()
Cron expression in UTC timezone, used to schedule instance auto upgrade.
|
InstanceConfig |
set(String fieldName,
Object value) |
InstanceConfig |
setEnableHealthMonitoring(Boolean enableHealthMonitoring)
Verifies core internal services are running.
|
InstanceConfig |
setNotebookUpgradeSchedule(String notebookUpgradeSchedule)
Cron expression in UTC timezone, used to schedule instance auto upgrade.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Boolean getEnableHealthMonitoring()
null for nonepublic InstanceConfig setEnableHealthMonitoring(Boolean enableHealthMonitoring)
enableHealthMonitoring - enableHealthMonitoring or null for nonepublic String getNotebookUpgradeSchedule()
null for nonepublic InstanceConfig setNotebookUpgradeSchedule(String notebookUpgradeSchedule)
notebookUpgradeSchedule - notebookUpgradeSchedule or null for nonepublic InstanceConfig set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic InstanceConfig clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.