public interface HardwareInstallationInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPowerDistanceMeters()
public abstract int getPowerDistanceMeters()Required. Distance from the power outlet in meters.
int32 power_distance_meters = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The powerDistanceMeters. |
getRackLocation()
public abstract String getRackLocation()Required. Location of the rack in the site e.g. Floor 2, Room 201, Row 7, Rack 3.
string rack_location = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The rackLocation. |
getRackLocationBytes()
public abstract ByteString getRackLocationBytes()Required. Location of the rack in the site e.g. Floor 2, Room 201, Row 7, Rack 3.
string rack_location = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for rackLocation. |
getRackSpace()
public abstract RackSpace getRackSpace()Required. Rack space allocated for the hardware.
.google.cloud.gdchardwaremanagement.v1alpha.RackSpace rack_space = 5 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
RackSpace |
The rackSpace. |
getRackSpaceOrBuilder()
public abstract RackSpaceOrBuilder getRackSpaceOrBuilder()Required. Rack space allocated for the hardware.
.google.cloud.gdchardwaremanagement.v1alpha.RackSpace rack_space = 5 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
RackSpaceOrBuilder |
|
getRackType()
public abstract HardwareInstallationInfo.RackType getRackType()Required. Type of the rack.
.google.cloud.gdchardwaremanagement.v1alpha.HardwareInstallationInfo.RackType rack_type = 6 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
HardwareInstallationInfo.RackType |
The rackType. |
getRackTypeValue()
public abstract int getRackTypeValue()Required. Type of the rack.
.google.cloud.gdchardwaremanagement.v1alpha.HardwareInstallationInfo.RackType rack_type = 6 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for rackType. |
getRackUnitDimensions()
public abstract Dimensions getRackUnitDimensions()Required. Dimensions of the rack unit.
.google.cloud.gdchardwaremanagement.v1alpha.Dimensions rack_unit_dimensions = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Dimensions |
The rackUnitDimensions. |
getRackUnitDimensionsOrBuilder()
public abstract DimensionsOrBuilder getRackUnitDimensionsOrBuilder()Required. Dimensions of the rack unit.
.google.cloud.gdchardwaremanagement.v1alpha.Dimensions rack_unit_dimensions = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DimensionsOrBuilder |
|
getSwitchDistanceMeters()
public abstract int getSwitchDistanceMeters()Required. Distance from the network switch in meters.
int32 switch_distance_meters = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The switchDistanceMeters. |
hasRackSpace()
public abstract boolean hasRackSpace()Required. Rack space allocated for the hardware.
.google.cloud.gdchardwaremanagement.v1alpha.RackSpace rack_space = 5 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the rackSpace field is set. |
hasRackUnitDimensions()
public abstract boolean hasRackUnitDimensions()Required. Dimensions of the rack unit.
.google.cloud.gdchardwaremanagement.v1alpha.Dimensions rack_unit_dimensions = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the rackUnitDimensions field is set. |