Compute Engine v1 API - Class TargetReference (2.15.0)

public sealed class TargetReference : IMessage<TargetReference>, IEquatable<TargetReference>, IDeepCloneable<TargetReference>, IBufferMessage, IMessage

Inheritance

object > TargetReference

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

TargetReference()

public TargetReference()

TargetReference(TargetReference)

public TargetReference(TargetReference other)
Parameter
NameDescription
otherTargetReference

Properties

HasTarget

public bool HasTarget { get; }

Gets whether the "target" field is set

Property Value
TypeDescription
bool

Target

public string Target { get; set; }
Property Value
TypeDescription
string