Class: Google::Cloud::Compute::V1::Items
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::Items
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Metadata
Instance Attribute Summary collapse
-
#key ⇒ ::String
Key for the metadata entry.
-
#value ⇒ ::String
Value for the metadata entry.
Instance Attribute Details
#key ⇒ ::String
Returns Key for the metadata entry. Keys must conform to the following regexp: [a-zA-Z0-9-_]+, and be less than 128 bytes in length. This is reflected as part of a URL in the metadata server. Additionally, to avoid ambiguity, keys must not conflict with any other metadata keys for the project.
16760 16761 16762 16763 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16760 class Items include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::String
Returns Value for the metadata entry. These are free-form strings, and only have meaning as interpreted by the image running in the instance. The only restriction placed on values is that their size must be less than or equal to 262144 bytes (256 KiB).
16760 16761 16762 16763 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16760 class Items include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |