Class: Google::Cloud::Kms::V1::LocationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::V1::LocationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/kms/v1/service.rb
Overview
Cloud KMS metadata for the given
::Google::Cloud::Location::Location
.
Instance Attribute Summary collapse
-
#ekm_available ⇒ ::Boolean
Indicates whether CryptoKeys with protection_level EXTERNAL can be created in this location.
-
#hsm_available ⇒ ::Boolean
Indicates whether CryptoKeys with protection_level HSM can be created in this location.
Instance Attribute Details
#ekm_available ⇒ ::Boolean
Returns Indicates whether CryptoKeys with protection_level EXTERNAL can be created in this location.
1305 1306 1307 1308 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 1305 class LocationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#hsm_available ⇒ ::Boolean
Returns Indicates whether CryptoKeys with protection_level HSM can be created in this location.
1305 1306 1307 1308 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 1305 class LocationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |