public sealed class ReservationSlotStatus : IMessage<ReservationSlotStatus>, IEquatable<ReservationSlotStatus>, IDeepCloneable<ReservationSlotStatus>, IBufferMessage, IMessageImplements
IMessageReservationSlotStatus, IEquatableReservationSlotStatus, IDeepCloneableReservationSlotStatus, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
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 |
|