A Shielded Instance Identity.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#encryption_key
def encryption_key() -> ::Google::Cloud::Compute::V1::ShieldedInstanceIdentityEntry
Returns
- (::Google::Cloud::Compute::V1::ShieldedInstanceIdentityEntry) — An Endorsement Key (EK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.
#encryption_key=
def encryption_key=(value) -> ::Google::Cloud::Compute::V1::ShieldedInstanceIdentityEntry
Parameter
- value (::Google::Cloud::Compute::V1::ShieldedInstanceIdentityEntry) — An Endorsement Key (EK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.
Returns
- (::Google::Cloud::Compute::V1::ShieldedInstanceIdentityEntry) — An Endorsement Key (EK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.
#kind
def kind() -> ::String
Returns
- (::String) — [Output Only] Type of the resource. Always compute#shieldedInstanceIdentity for shielded Instance identity entry.
#kind=
def kind=(value) -> ::String
Parameter
- value (::String) — [Output Only] Type of the resource. Always compute#shieldedInstanceIdentity for shielded Instance identity entry.
Returns
- (::String) — [Output Only] Type of the resource. Always compute#shieldedInstanceIdentity for shielded Instance identity entry.
#signing_key
def signing_key() -> ::Google::Cloud::Compute::V1::ShieldedInstanceIdentityEntry
Returns
- (::Google::Cloud::Compute::V1::ShieldedInstanceIdentityEntry) — An Attestation Key (AK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.
#signing_key=
def signing_key=(value) -> ::Google::Cloud::Compute::V1::ShieldedInstanceIdentityEntry
Parameter
- value (::Google::Cloud::Compute::V1::ShieldedInstanceIdentityEntry) — An Attestation Key (AK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.
Returns
- (::Google::Cloud::Compute::V1::ShieldedInstanceIdentityEntry) — An Attestation Key (AK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.