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.



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.

Returns:

  • (::String)

    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