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:



9582
9583
9584
9585
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9582

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:



9582
9583
9584
9585
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9582

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:



9582
9583
9584
9585
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9582

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

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

Returns The Platform Key (PK).

Returns:



9582
9583
9584
9585
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9582

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