public sealed class InstanceReference : IMessage<InstanceReference>, IEquatable<InstanceReference>, IDeepCloneable<InstanceReference>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dataproc v1 API class InstanceReference.
A reference to a Compute Engine instance.
Implements
IMessageInstanceReference, IEquatableInstanceReference, IDeepCloneableInstanceReference, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
InstanceReference()
public InstanceReference()InstanceReference(InstanceReference)
public InstanceReference(InstanceReference other)| Parameter | |
|---|---|
| Name | Description |
other |
InstanceReference |
Properties
InstanceId
public string InstanceId { get; set; }The unique identifier of the Compute Engine instance.
| Property Value | |
|---|---|
| Type | Description |
string |
|
InstanceName
public string InstanceName { get; set; }The user-friendly name of the Compute Engine instance.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PublicEciesKey
public string PublicEciesKey { get; set; }The public ECIES key used for sharing data with this instance.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PublicKey
public string PublicKey { get; set; }The public RSA key used for sharing data with this instance.
| Property Value | |
|---|---|
| Type | Description |
string |
|