Reference documentation and code samples for the Compute V1 Client class ShieldedInstanceIdentity.
A Shielded Instance Identity.
Generated from protobuf message google.cloud.compute.v1.ShieldedInstanceIdentity
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ encryption_key |
Google\Cloud\Compute\V1\ShieldedInstanceIdentityEntry
An Endorsement Key (EK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM. |
↳ kind |
string
[Output Only] Type of the resource. Always compute#shieldedInstanceIdentity for shielded Instance identity entry. |
↳ signing_key |
Google\Cloud\Compute\V1\ShieldedInstanceIdentityEntry
An Attestation Key (AK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM. |
getEncryptionKey
An Endorsement Key (EK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.
Generated from protobuf field optional .google.cloud.compute.v1.ShieldedInstanceIdentityEntry encryption_key = 488268707;
Returns | |
---|---|
Type | Description |
Google\Cloud\Compute\V1\ShieldedInstanceIdentityEntry|null |
hasEncryptionKey
clearEncryptionKey
setEncryptionKey
An Endorsement Key (EK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.
Generated from protobuf field optional .google.cloud.compute.v1.ShieldedInstanceIdentityEntry encryption_key = 488268707;
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Compute\V1\ShieldedInstanceIdentityEntry
|
Returns | |
---|---|
Type | Description |
$this |
getKind
[Output Only] Type of the resource. Always compute#shieldedInstanceIdentity for shielded Instance identity entry.
Generated from protobuf field optional string kind = 3292052;
Returns | |
---|---|
Type | Description |
string |
hasKind
clearKind
setKind
[Output Only] Type of the resource. Always compute#shieldedInstanceIdentity for shielded Instance identity entry.
Generated from protobuf field optional string kind = 3292052;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSigningKey
An Attestation Key (AK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.
Generated from protobuf field optional .google.cloud.compute.v1.ShieldedInstanceIdentityEntry signing_key = 320948261;
Returns | |
---|---|
Type | Description |
Google\Cloud\Compute\V1\ShieldedInstanceIdentityEntry|null |
hasSigningKey
clearSigningKey
setSigningKey
An Attestation Key (AK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.
Generated from protobuf field optional .google.cloud.compute.v1.ShieldedInstanceIdentityEntry signing_key = 320948261;
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Compute\V1\ShieldedInstanceIdentityEntry
|
Returns | |
---|---|
Type | Description |
$this |