Class: Google::Cloud::Kms::V1::LocationMetadata

Inherits:
Object
  • Object
show all
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][google.cloud.location.Location].

Instance Attribute Summary collapse

Instance Attribute Details

#ekm_available::Boolean

Returns Indicates whether CryptoKeys with protection_level EXTERNAL can be created in this location.

Returns:



1280
1281
1282
1283
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 1280

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.

Returns:



1280
1281
1282
1283
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 1280

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