Google Cloud Dataproc v1 API - Class InstanceReference (5.10.0)

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

Reference documentation and code samples for the Google Cloud Dataproc v1 API class InstanceReference.

A reference to a Compute Engine instance.

Inheritance

object > InstanceReference

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

InstanceReference()

public InstanceReference()

InstanceReference(InstanceReference)

public InstanceReference(InstanceReference other)
Parameter
NameDescription
otherInstanceReference

Properties

InstanceId

public string InstanceId { get; set; }

The unique identifier of the Compute Engine instance.

Property Value
TypeDescription
string

InstanceName

public string InstanceName { get; set; }

The user-friendly name of the Compute Engine instance.

Property Value
TypeDescription
string

PublicEciesKey

public string PublicEciesKey { get; set; }

The public ECIES key used for sharing data with this instance.

Property Value
TypeDescription
string

PublicKey

public string PublicKey { get; set; }

The public RSA key used for sharing data with this instance.

Property Value
TypeDescription
string