Interface RackSpaceOrBuilder (0.3.0)

public interface RackSpaceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEndRackUnit()

public abstract int getEndRackUnit()

Required. Last rack unit of the rack space (inclusive).

int32 end_rack_unit = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The endRackUnit.

getStartRackUnit()

public abstract int getStartRackUnit()

Required. First rack unit of the rack space (inclusive).

int32 start_rack_unit = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The startRackUnit.