public sealed class GuestAttributesEntry : IMessage<GuestAttributesEntry>, IEquatable<GuestAttributesEntry>, IDeepCloneable<GuestAttributesEntry>, IBufferMessage, IMessageA guest attributes namespace/key/value entry.
Implements
IMessage<GuestAttributesEntry>, IEquatable<GuestAttributesEntry>, IDeepCloneable<GuestAttributesEntry>, 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 |
Boolean |
|
HasNamespace
public bool HasNamespace { get; }Gets whether the "namespace" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
HasValue
public bool HasValue { get; }Gets whether the "value" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
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 |
|