public final class InitialStateConfig 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 |
|---|
InitialStateConfig() |
| Modifier and Type | Method and Description |
|---|---|
InitialStateConfig |
clone() |
List<FileContentBuffer> |
getDbs()
The Key Database (db).
|
List<FileContentBuffer> |
getDbxs()
The forbidden key database (dbx).
|
List<FileContentBuffer> |
getKeks()
The Key Exchange Key (KEK).
|
FileContentBuffer |
getPk()
The Platform Key (PK).
|
InitialStateConfig |
set(String fieldName,
Object value) |
InitialStateConfig |
setDbs(List<FileContentBuffer> dbs)
The Key Database (db).
|
InitialStateConfig |
setDbxs(List<FileContentBuffer> dbxs)
The forbidden key database (dbx).
|
InitialStateConfig |
setKeks(List<FileContentBuffer> keks)
The Key Exchange Key (KEK).
|
InitialStateConfig |
setPk(FileContentBuffer pk)
The Platform Key (PK).
|
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 List<FileContentBuffer> getDbs()
null for nonepublic InitialStateConfig setDbs(List<FileContentBuffer> dbs)
dbs - dbs or null for nonepublic List<FileContentBuffer> getDbxs()
null for nonepublic InitialStateConfig setDbxs(List<FileContentBuffer> dbxs)
dbxs - dbxs or null for nonepublic List<FileContentBuffer> getKeks()
null for nonepublic InitialStateConfig setKeks(List<FileContentBuffer> keks)
keks - keks or null for nonepublic FileContentBuffer getPk()
null for nonepublic InitialStateConfig setPk(FileContentBuffer pk)
pk - pk or null for nonepublic InitialStateConfig set(String fieldName, Object value)
set in class GenericJsonpublic InitialStateConfig clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.