Class: Google::Cloud::Compute::V1::GuestAttributesEntry
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GuestAttributesEntry
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A guest attributes namespace/key/value entry.
Instance Attribute Summary collapse
-
#key ⇒ ::String
Key for the guest attribute entry.
-
#namespace ⇒ ::String
Namespace for the guest attribute entry.
-
#value ⇒ ::String
Value for the guest attribute entry.
Instance Attribute Details
#key ⇒ ::String
Returns Key for the guest attribute entry.
10896 10897 10898 10899 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 10896 class GuestAttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#namespace ⇒ ::String
Returns Namespace for the guest attribute entry.
10896 10897 10898 10899 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 10896 class GuestAttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::String
Returns Value for the guest attribute entry.
10896 10897 10898 10899 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 10896 class GuestAttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |