Class GuestAttributesEntry (1.0.0)

public sealed class GuestAttributesEntry : IMessage<GuestAttributesEntry>, IEquatable<GuestAttributesEntry>, IDeepCloneable<GuestAttributesEntry>, IBufferMessage, IMessage

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
Boolean

HasNamespace

public bool HasNamespace { get; }

Gets whether the "namespace" field is set

Property Value
TypeDescription
Boolean

HasValue

public bool HasValue { get; }

Gets whether the "value" field is set

Property Value
TypeDescription
Boolean

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