Class: Google::Cloud::Compute::V1::ShieldedInstanceIdentityEntry

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#ek_cert::String

Returns A PEM-encoded X.509 certificate. This field can be empty.

Returns:

  • (::String)

    A PEM-encoded X.509 certificate. This field can be empty.



24108
24109
24110
24111
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24108

class ShieldedInstanceIdentityEntry
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#ek_pub::String

Returns A PEM-encoded public key.

Returns:

  • (::String)

    A PEM-encoded public key.



24108
24109
24110
24111
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24108

class ShieldedInstanceIdentityEntry
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end