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