public sealed class GuestAttributesEntry : IMessage<GuestAttributesEntry>, IEquatable<GuestAttributesEntry>, IDeepCloneable<GuestAttributesEntry>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GuestAttributesEntry.
A guest attributes namespace/key/value entry.
Implements
IMessageGuestAttributesEntry, IEquatableGuestAttributesEntry, IDeepCloneableGuestAttributesEntry, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GuestAttributesEntry()
public GuestAttributesEntry()
GuestAttributesEntry(GuestAttributesEntry)
public GuestAttributesEntry(GuestAttributesEntry other)
Parameter | |
---|---|
Name | Description |
other |
GuestAttributesEntry |
Properties
HasKey
public bool HasKey { get; }
Gets whether the "key" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasNamespace
public bool HasNamespace { get; }
Gets whether the "namespace" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasValue
public bool HasValue { get; }
Gets whether the "value" field is set
Property Value | |
---|---|
Type | Description |
bool |
Key
public string Key { get; set; }
Key for the guest attribute entry.
Property Value | |
---|---|
Type | Description |
string |
Namespace
public string Namespace { get; set; }
Namespace for the guest attribute entry.
Property Value | |
---|---|
Type | Description |
string |
Value
public string Value { get; set; }
Value for the guest attribute entry.
Property Value | |
---|---|
Type | Description |
string |