Capacity Planner v1beta API - Class LocationIdentifier.Types.LinkedLocation (1.0.0-beta01)

public sealed class LocationIdentifier.Types.LinkedLocation : IMessage<LocationIdentifier.Types.LinkedLocation>, IEquatable<LocationIdentifier.Types.LinkedLocation>, IDeepCloneable<LocationIdentifier.Types.LinkedLocation>, IBufferMessage, IMessage

Inheritance

object > LocationIdentifier.Types.LinkedLocation

Namespace

Google.Cloud.CapacityPlanner.V1Beta

Assembly

Google.Cloud.CapacityPlanner.V1Beta.dll

Constructors

LinkedLocation()

public LinkedLocation()

LinkedLocation(LinkedLocation)

public LinkedLocation(LocationIdentifier.Types.LinkedLocation other)
Parameter
Name Description
other LocationIdentifierTypesLinkedLocation

Properties

Label

public string Label { get; set; }
Property Value
Type Description
string

Location

public string Location { get; set; }

Required. The linked cloud location.

Property Value
Type Description
string

LocationLevel

public LocationLevel LocationLevel { get; set; }

The location level such as a region.

Property Value
Type Description
LocationLevel