Compute Engine v1 API - Class InstanceReference (2.13.0)

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

Inheritance

object > InstanceReference

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

InstanceReference()

public InstanceReference()

InstanceReference(InstanceReference)

public InstanceReference(InstanceReference other)
Parameter
NameDescription
otherInstanceReference

Properties

HasInstance

public bool HasInstance { get; }

Gets whether the "instance" field is set

Property Value
TypeDescription
bool

Instance

public string Instance { get; set; }

The URL for a specific instance. @required compute.instancegroups.addInstances/removeInstances

Property Value
TypeDescription
string