public sealed class ComputeInstance : IMessage<ComputeInstance>, IEquatable<ComputeInstance>, IDeepCloneable<ComputeInstance>, IBufferMessage, IMessageReference documentation and code samples for the Cluster Director v1beta API class ComputeInstance.
Details about a Compute Engine instance.
Implements
IMessageComputeInstance, IEquatableComputeInstance, IDeepCloneableComputeInstance, IBufferMessage, IMessageNamespace
Google.Cloud.HypercomputeCluster.V1BetaAssembly
Google.Cloud.HypercomputeCluster.V1Beta.dll
Constructors
ComputeInstance()
public ComputeInstance()ComputeInstance(ComputeInstance)
public ComputeInstance(ComputeInstance other)| Parameter | |
|---|---|
| Name | Description |
other |
ComputeInstance |
Properties
Instance
public string Instance { get; set; }Output only. Name of the VM instance, in the format
projects/{project}/zones/{zone}/instances/{instance}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
InstanceAsComputeInstanceName
public ComputeInstanceName InstanceAsComputeInstanceName { get; set; }ComputeInstanceName-typed view over the Instance resource name property.
| Property Value | |
|---|---|
| Type | Description |
ComputeInstanceName |
|