Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::GuestAttributesEntry.
A guest attributes namespace/key/value entry.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#key
def key() -> ::String
Returns
- (::String) — Key for the guest attribute entry.
#key=
def key=(value) -> ::String
Parameter
- value (::String) — Key for the guest attribute entry.
Returns
- (::String) — Key for the guest attribute entry.
#namespace
def namespace() -> ::String
Returns
- (::String) — Namespace for the guest attribute entry.
#namespace=
def namespace=(value) -> ::String
Parameter
- value (::String) — Namespace for the guest attribute entry.
Returns
- (::String) — Namespace for the guest attribute entry.
#value
def value() -> ::String
Returns
- (::String) — Value for the guest attribute entry.
#value=
def value=(value) -> ::String
Parameter
- value (::String) — Value for the guest attribute entry.
Returns
- (::String) — Value for the guest attribute entry.