public final class ShieldedVmConfig 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 Compute Engine 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 |
|---|
ShieldedVmConfig() |
| Modifier and Type | Method and Description |
|---|---|
ShieldedVmConfig |
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.
|
ShieldedVmConfig |
set(String fieldName,
Object value) |
ShieldedVmConfig |
setEnableIntegrityMonitoring(Boolean enableIntegrityMonitoring)
Defines whether the instance has integrity monitoring enabled.
|
ShieldedVmConfig |
setEnableSecureBoot(Boolean enableSecureBoot)
Defines whether the instance has Secure Boot enabled.
|
ShieldedVmConfig |
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 ShieldedVmConfig setEnableIntegrityMonitoring(Boolean enableIntegrityMonitoring)
enableIntegrityMonitoring - enableIntegrityMonitoring or null for nonepublic Boolean getEnableSecureBoot()
null for nonepublic ShieldedVmConfig setEnableSecureBoot(Boolean enableSecureBoot)
enableSecureBoot - enableSecureBoot or null for nonepublic Boolean getEnableVtpm()
null for nonepublic ShieldedVmConfig setEnableVtpm(Boolean enableVtpm)
enableVtpm - enableVtpm or null for nonepublic ShieldedVmConfig set(String fieldName, Object value)
set in class GenericJsonpublic ShieldedVmConfig clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.