public sealed class LocationIdentifier : IMessage<LocationIdentifier>, IEquatable<LocationIdentifier>, IDeepCloneable<LocationIdentifier>, IBufferMessage, IMessage
Reference documentation and code samples for the Capacity Planner v1beta API class LocationIdentifier.
Identifier for a Google Cloud Platform location.
Implements
IMessageLocationIdentifier, IEquatableLocationIdentifier, IDeepCloneableLocationIdentifier, IBufferMessage, IMessageNamespace
Google.Cloud.CapacityPlanner.V1BetaAssembly
Google.Cloud.CapacityPlanner.V1Beta.dll
Constructors
LocationIdentifier()
public LocationIdentifier()
LocationIdentifier(LocationIdentifier)
public LocationIdentifier(LocationIdentifier other)
Parameter | |
---|---|
Name | Description |
other |
LocationIdentifier |
Properties
LinkedLocations
public RepeatedField<LocationIdentifier.Types.LinkedLocation> LinkedLocations { get; }
Optional. Other linked locations.
Property Value | |
---|---|
Type | Description |
RepeatedFieldLocationIdentifierTypesLinkedLocation |
LocationLevel
public LocationLevel LocationLevel { get; set; }
The location level such as a region.
Property Value | |
---|---|
Type | Description |
LocationLevel |
Source
public string Source { get; set; }
Required. Location where resource is sourced. For Cloud Storage, the alphabetically first location is the source.
Property Value | |
---|---|
Type | Description |
string |