public sealed class HostStatus : IMessage<HostStatus>, IEquatable<HostStatus>, IDeepCloneable<HostStatus>, IBufferMessage, IMessageImplements
IMessageHostStatus, IEquatableHostStatus, IDeepCloneableHostStatus, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
HostStatus()
public HostStatus()HostStatus(HostStatus)
public HostStatus(HostStatus other)| Parameter | |
|---|---|
| Name | Description |
other |
HostStatus |
Properties
PhysicalTopology
public HostPhysicalTopology PhysicalTopology { get; set; }Output only. The physical topology of the reservation sub-block, if present
| Property Value | |
|---|---|
| Type | Description |
HostPhysicalTopology |
|
RunningInstances
public RepeatedField<string> RunningInstances { get; }Output only. The URIs of the instances currently running on this host.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|