Compute Engine v1 API - Class HostStatus (3.30.0)

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

Inheritance

object > HostStatus

Namespace

Google.Cloud.Compute.V1

Assembly

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