public sealed class GuestAttributesValue : IMessage<GuestAttributesValue>, IEquatable<GuestAttributesValue>, IDeepCloneable<GuestAttributesValue>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GuestAttributesValue.
Array of guest attribute namespace/key/value tuples.
Implements
IMessageGuestAttributesValue, IEquatableGuestAttributesValue, IDeepCloneableGuestAttributesValue, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GuestAttributesValue()
public GuestAttributesValue()
GuestAttributesValue(GuestAttributesValue)
public GuestAttributesValue(GuestAttributesValue other)
Parameter | |
---|---|
Name | Description |
other |
GuestAttributesValue |
Properties
Items
public RepeatedField<GuestAttributesEntry> Items { get; }
Property Value | |
---|---|
Type | Description |
RepeatedFieldGuestAttributesEntry |