public final class ShieldedVmIdentity
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 |
|---|
ShieldedVmIdentity() |
| Modifier and Type | Method and Description |
|---|---|
ShieldedVmIdentity |
clone() |
ShieldedVmIdentityEntry |
getEncryptionKey()
An Endorsement Key (EK) issued to the Shielded VM's vTPM.
|
java.lang.String |
getKind()
[Output Only] Type of the resource.
|
ShieldedVmIdentityEntry |
getSigningKey()
An Attestation Key (AK) issued to the Shielded VM's vTPM.
|
ShieldedVmIdentity |
set(java.lang.String fieldName,
java.lang.Object value) |
ShieldedVmIdentity |
setEncryptionKey(ShieldedVmIdentityEntry encryptionKey)
An Endorsement Key (EK) issued to the Shielded VM's vTPM.
|
ShieldedVmIdentity |
setKind(java.lang.String kind)
[Output Only] Type of the resource.
|
ShieldedVmIdentity |
setSigningKey(ShieldedVmIdentityEntry signingKey)
An Attestation Key (AK) issued to the Shielded VM's vTPM.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic ShieldedVmIdentityEntry getEncryptionKey()
null for nonepublic ShieldedVmIdentity setEncryptionKey(ShieldedVmIdentityEntry encryptionKey)
encryptionKey - encryptionKey or null for nonepublic java.lang.String getKind()
null for nonepublic ShieldedVmIdentity setKind(java.lang.String kind)
kind - kind or null for nonepublic ShieldedVmIdentityEntry getSigningKey()
null for nonepublic ShieldedVmIdentity setSigningKey(ShieldedVmIdentityEntry signingKey)
signingKey - signingKey or null for nonepublic ShieldedVmIdentity set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ShieldedVmIdentity clone()
clone in class com.google.api.client.json.GenericJson