Class: Google::Cloud::Compute::V1::InitialStateConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

Initial State for shielded instance, these are public keys which are safe to store in public

Instance Attribute Summary collapse

Instance Attribute Details

#dbs ⇒ ::Array<::Google::Cloud::Compute::V1::FileContentBuffer>

Returns The Key Database (db).

Returns:



30118
30119
30120
30121
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 30118

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

#dbxs ⇒ ::Array<::Google::Cloud::Compute::V1::FileContentBuffer>

Returns The forbidden key database (dbx).

Returns:



30118
30119
30120
30121
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 30118

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

#keks ⇒ ::Array<::Google::Cloud::Compute::V1::FileContentBuffer>

Returns The Key Exchange Key (KEK).

Returns:



30118
30119
30120
30121
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 30118

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

#pk ⇒ ::Google::Cloud::Compute::V1::FileContentBuffer

Returns The Platform Key (PK).

Returns:



30118
30119
30120
30121
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 30118

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