public sealed class RackSpace : IMessage<RackSpace>, IEquatable<RackSpace>, IDeepCloneable<RackSpace>, IBufferMessage, IMessageReference documentation and code samples for the GDC Hardware Management v1alpha API class RackSpace.
Represents contiguous space in a rack.
Implements
IMessageRackSpace, IEquatableRackSpace, IDeepCloneableRackSpace, IBufferMessage, IMessageNamespace
Google.Cloud.GdcHardwareManagement.V1AlphaAssembly
Google.Cloud.GdcHardwareManagement.V1Alpha.dll
Constructors
RackSpace()
public RackSpace()RackSpace(RackSpace)
public RackSpace(RackSpace other)| Parameter | |
|---|---|
| Name | Description |
other |
RackSpace |
Properties
EndRackUnit
public int EndRackUnit { get; set; }Required. Last rack unit of the rack space (inclusive).
| Property Value | |
|---|---|
| Type | Description |
int |
|
StartRackUnit
public int StartRackUnit { get; set; }Required. First rack unit of the rack space (inclusive).
| Property Value | |
|---|---|
| Type | Description |
int |
|