public final class InitialStateConfig
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 Compute Engine 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.Flags
Constructor and Description |
---|
InitialStateConfig() |
Modifier and Type | Method and Description |
---|---|
InitialStateConfig |
clone() |
java.util.List<FileContentBuffer> |
getDbs()
The Key Database (db).
|
java.util.List<FileContentBuffer> |
getDbxs()
The forbidden key database (dbx).
|
java.util.List<FileContentBuffer> |
getKeks()
The Key Exchange Key (KEK).
|
FileContentBuffer |
getPk()
The Platform Key (PK).
|
InitialStateConfig |
set(java.lang.String fieldName,
java.lang.Object value) |
InitialStateConfig |
setDbs(java.util.List<FileContentBuffer> dbs)
The Key Database (db).
|
InitialStateConfig |
setDbxs(java.util.List<FileContentBuffer> dbxs)
The forbidden key database (dbx).
|
InitialStateConfig |
setKeks(java.util.List<FileContentBuffer> keks)
The Key Exchange Key (KEK).
|
InitialStateConfig |
setPk(FileContentBuffer pk)
The Platform Key (PK).
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.util.List<FileContentBuffer> getDbs()
null
for nonepublic InitialStateConfig setDbs(java.util.List<FileContentBuffer> dbs)
dbs
- dbs or null
for nonepublic java.util.List<FileContentBuffer> getDbxs()
null
for nonepublic InitialStateConfig setDbxs(java.util.List<FileContentBuffer> dbxs)
dbxs
- dbxs or null
for nonepublic java.util.List<FileContentBuffer> getKeks()
null
for nonepublic InitialStateConfig setKeks(java.util.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(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public InitialStateConfig clone()
clone
in class com.google.api.client.json.GenericJson