public sealed class InstanceSettingsMetadata : IMessage<InstanceSettingsMetadata>, IEquatable<InstanceSettingsMetadata>, IDeepCloneable<InstanceSettingsMetadata>, IBufferMessage, IMessage
Implements
IMessageInstanceSettingsMetadata, IEquatableInstanceSettingsMetadata, IDeepCloneableInstanceSettingsMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
InstanceSettingsMetadata()
public InstanceSettingsMetadata()
InstanceSettingsMetadata(InstanceSettingsMetadata)
public InstanceSettingsMetadata(InstanceSettingsMetadata other)
Parameter | |
---|---|
Name | Description |
other |
InstanceSettingsMetadata |
Properties
HasKind
public bool HasKind { get; }
Gets whether the "kind" field is set
Property Value | |
---|---|
Type | Description |
bool |
Items
public MapField<string, string> Items { get; }
A metadata key/value items map. The total size of all keys and values must be less than 512KB.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |
Kind
public string Kind { get; set; }
[Output Only] Type of the resource. Always compute#metadata for metadata.
Property Value | |
---|---|
Type | Description |
string |