Compute Engine v1 API - Class ReservationSlotStatus (3.25.0)

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

Inheritance

object > ReservationSlotStatus

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

ReservationSlotStatus()

public ReservationSlotStatus()

ReservationSlotStatus(ReservationSlotStatus)

public ReservationSlotStatus(ReservationSlotStatus other)
Parameter
Name Description
other ReservationSlotStatus

Properties

PhysicalTopology

public ReservationSlotPhysicalTopology PhysicalTopology { get; set; }

Output only. [Output Only] The physical topology of the reservation sub-block.

Property Value
Type Description
ReservationSlotPhysicalTopology

RdmaIpAddresses

public RepeatedField<string> RdmaIpAddresses { get; }

Output only. The RDMA IP address of the physical host.

Property Value
Type Description
RepeatedFieldstring

RunningInstances

public RepeatedField<string> RunningInstances { get; }

Output only. The URIs of the instances currently running on this slot.

Property Value
Type Description
RepeatedFieldstring