public static class ShieldedInstanceIdentity.Builder extends Object
Modifier and Type | Method and Description |
---|---|
ShieldedInstanceIdentity |
build() |
ShieldedInstanceIdentity.Builder |
clone() |
ShieldedInstanceIdentityEntry |
getEncryptionKey()
An Endorsement Key (EK) issued to the Shielded Instance's vTPM.
|
String |
getKind()
[Output Only] Type of the resource.
|
ShieldedInstanceIdentityEntry |
getSigningKey()
An Attestation Key (AK) issued to the Shielded Instance's vTPM.
|
ShieldedInstanceIdentity.Builder |
mergeFrom(ShieldedInstanceIdentity other) |
ShieldedInstanceIdentity.Builder |
setEncryptionKey(ShieldedInstanceIdentityEntry encryptionKey)
An Endorsement Key (EK) issued to the Shielded Instance's vTPM.
|
ShieldedInstanceIdentity.Builder |
setKind(String kind)
[Output Only] Type of the resource.
|
ShieldedInstanceIdentity.Builder |
setSigningKey(ShieldedInstanceIdentityEntry signingKey)
An Attestation Key (AK) issued to the Shielded Instance's vTPM.
|
public ShieldedInstanceIdentity.Builder mergeFrom(ShieldedInstanceIdentity other)
public ShieldedInstanceIdentityEntry getEncryptionKey()
public ShieldedInstanceIdentity.Builder setEncryptionKey(ShieldedInstanceIdentityEntry encryptionKey)
public String getKind()
public ShieldedInstanceIdentity.Builder setKind(String kind)
public ShieldedInstanceIdentityEntry getSigningKey()
public ShieldedInstanceIdentity.Builder setSigningKey(ShieldedInstanceIdentityEntry signingKey)
public ShieldedInstanceIdentity build()
public ShieldedInstanceIdentity.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.