public sealed class LocationMetadata : IMessage<LocationMetadata>, IEquatable<LocationMetadata>, IDeepCloneable<LocationMetadata>, IBufferMessage, IMessageReference documentation and code samples for the VMware Engine v1 API class LocationMetadata.
VmwareEngine specific metadata for the given
[google.cloud.location.Location][google.cloud.location.Location]. It is
returned as a content of the google.cloud.location.Location.metadata field.
Implements
IMessageLocationMetadata, IEquatableLocationMetadata, IDeepCloneableLocationMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.VmwareEngine.V1Assembly
Google.Cloud.VmwareEngine.V1.dll
Constructors
LocationMetadata()
public LocationMetadata()LocationMetadata(LocationMetadata)
public LocationMetadata(LocationMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
LocationMetadata |
Properties
Capabilities
public RepeatedField<LocationMetadata.Types.Capability> Capabilities { get; }Output only. Capabilities of this location.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldLocationMetadataTypesCapability |
|