GDC Hardware Management v1alpha API - Class RackSpace (1.0.0-alpha01)

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

Reference documentation and code samples for the GDC Hardware Management v1alpha API class RackSpace.

Represents contiguous space in a rack.

Inheritance

object > RackSpace

Namespace

Google.Cloud.GdcHardwareManagement.V1Alpha

Assembly

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