public final class RuntimeShieldedInstanceConfig extends 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
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
RuntimeShieldedInstanceConfig() |
| Modifier and Type | Method and Description |
|---|---|
RuntimeShieldedInstanceConfig |
clone() |
Boolean |
getEnableIntegrityMonitoring()
Defines whether the instance has integrity monitoring enabled.
|
Boolean |
getEnableSecureBoot()
Defines whether the instance has Secure Boot enabled.
|
Boolean |
getEnableVtpm()
Defines whether the instance has the vTPM enabled.
|
RuntimeShieldedInstanceConfig |
set(String fieldName,
Object value) |
RuntimeShieldedInstanceConfig |
setEnableIntegrityMonitoring(Boolean enableIntegrityMonitoring)
Defines whether the instance has integrity monitoring enabled.
|
RuntimeShieldedInstanceConfig |
setEnableSecureBoot(Boolean enableSecureBoot)
Defines whether the instance has Secure Boot enabled.
|
RuntimeShieldedInstanceConfig |
setEnableVtpm(Boolean enableVtpm)
Defines whether the instance has the vTPM enabled.
|
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 getEnableIntegrityMonitoring()
null for nonepublic RuntimeShieldedInstanceConfig setEnableIntegrityMonitoring(Boolean enableIntegrityMonitoring)
enableIntegrityMonitoring - enableIntegrityMonitoring or null for nonepublic Boolean getEnableSecureBoot()
null for nonepublic RuntimeShieldedInstanceConfig setEnableSecureBoot(Boolean enableSecureBoot)
enableSecureBoot - enableSecureBoot or null for nonepublic Boolean getEnableVtpm()
null for nonepublic RuntimeShieldedInstanceConfig setEnableVtpm(Boolean enableVtpm)
enableVtpm - enableVtpm or null for nonepublic RuntimeShieldedInstanceConfig set(String fieldName, Object value)
set in class GenericJsonpublic RuntimeShieldedInstanceConfig clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.