Class: Google::Cloud::Compute::V1::ShieldedInstanceIdentityEntry
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ShieldedInstanceIdentityEntry
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A Shielded Instance Identity Entry.
Instance Attribute Summary collapse
-
#ek_cert ⇒ ::String
A PEM-encoded X.509 certificate.
-
#ek_pub ⇒ ::String
A PEM-encoded public key.
Instance Attribute Details
#ek_cert ⇒ ::String
Returns A PEM-encoded X.509 certificate. This field can be empty.
31163 31164 31165 31166 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 31163 class ShieldedInstanceIdentityEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ek_pub ⇒ ::String
Returns A PEM-encoded public key.
31163 31164 31165 31166 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 31163 class ShieldedInstanceIdentityEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |