Compute Engine v1 API - Class GuestAttributesEntry (2.15.0)

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.

Inheritance

object > GuestAttributesEntry

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GuestAttributesEntry()

public GuestAttributesEntry()

GuestAttributesEntry(GuestAttributesEntry)

public GuestAttributesEntry(GuestAttributesEntry other)
Parameter
NameDescription
otherGuestAttributesEntry

Properties

HasKey

public bool HasKey { get; }

Gets whether the "key" field is set

Property Value
TypeDescription
bool

HasNamespace

public bool HasNamespace { get; }

Gets whether the "namespace" field is set

Property Value
TypeDescription
bool

HasValue

public bool HasValue { get; }

Gets whether the "value" field is set

Property Value
TypeDescription
bool

Key

public string Key { get; set; }

Key for the guest attribute entry.

Property Value
TypeDescription
string

Namespace

public string Namespace { get; set; }

Namespace for the guest attribute entry.

Property Value
TypeDescription
string

Value

public string Value { get; set; }

Value for the guest attribute entry.

Property Value
TypeDescription
string