Class LocationMetadata
Metadata for a given google.cloud.location.Location.
Implements
Inherited Members
Namespace: Google.Apis.NetAppFiles.v1beta1.Data
Assembly: Google.Apis.NetAppFiles.v1beta1.dll
Syntax
public class LocationMetadata : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
SupportedFlexPerformance
Output only. Supported flex performance in a location.
Declaration
[JsonProperty("supportedFlexPerformance")]
public virtual IList<string> SupportedFlexPerformance { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<string> | 
SupportedServiceLevels
Output only. Supported service levels in a location.
Declaration
[JsonProperty("supportedServiceLevels")]
public virtual IList<string> SupportedServiceLevels { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<string> |