Class: Google::Cloud::Compute::V1::InitialStateConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InitialStateConfig
- 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
-
#dbs ⇒ ::Array<::Google::Cloud::Compute::V1::FileContentBuffer>
The Key Database (db).
-
#dbxs ⇒ ::Array<::Google::Cloud::Compute::V1::FileContentBuffer>
The forbidden key database (dbx).
-
#keks ⇒ ::Array<::Google::Cloud::Compute::V1::FileContentBuffer>
The Key Exchange Key (KEK).
-
#pk ⇒ ::Google::Cloud::Compute::V1::FileContentBuffer
The Platform Key (PK).
Instance Attribute Details
#dbs ⇒ ::Array<::Google::Cloud::Compute::V1::FileContentBuffer>
Returns The Key Database (db).
12014 12015 12016 12017 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12014 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).
12014 12015 12016 12017 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12014 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).
12014 12015 12016 12017 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12014 class InitialStateConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pk ⇒ ::Google::Cloud::Compute::V1::FileContentBuffer
Returns The Platform Key (PK).
12014 12015 12016 12017 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12014 class InitialStateConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |