Interface HardwarePhysicalInfoOrBuilder (0.3.0)

public interface HardwarePhysicalInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAmperes()

public abstract HardwarePhysicalInfo.Amperes getAmperes()

Required. Amperes of the power supply.

.google.cloud.gdchardwaremanagement.v1alpha.HardwarePhysicalInfo.Amperes amperes = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
HardwarePhysicalInfo.Amperes

The amperes.

getAmperesValue()

public abstract int getAmperesValue()

Required. Amperes of the power supply.

.google.cloud.gdchardwaremanagement.v1alpha.HardwarePhysicalInfo.Amperes amperes = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for amperes.

public abstract HardwarePhysicalInfo.NetworkUplinkType getNetworkUplink()

Required. Type of the uplink network connection.

.google.cloud.gdchardwaremanagement.v1alpha.HardwarePhysicalInfo.NetworkUplinkType network_uplink = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
HardwarePhysicalInfo.NetworkUplinkType

The networkUplink.

getNetworkUplinkValue()

public abstract int getNetworkUplinkValue()

Required. Type of the uplink network connection.

.google.cloud.gdchardwaremanagement.v1alpha.HardwarePhysicalInfo.NetworkUplinkType network_uplink = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for networkUplink.

getPowerReceptacle()

public abstract HardwarePhysicalInfo.PowerReceptacleType getPowerReceptacle()

Required. The power receptacle type.

.google.cloud.gdchardwaremanagement.v1alpha.HardwarePhysicalInfo.PowerReceptacleType power_receptacle = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
HardwarePhysicalInfo.PowerReceptacleType

The powerReceptacle.

getPowerReceptacleValue()

public abstract int getPowerReceptacleValue()

Required. The power receptacle type.

.google.cloud.gdchardwaremanagement.v1alpha.HardwarePhysicalInfo.PowerReceptacleType power_receptacle = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for powerReceptacle.

getVoltage()

public abstract HardwarePhysicalInfo.Voltage getVoltage()

Required. Voltage of the power supply.

.google.cloud.gdchardwaremanagement.v1alpha.HardwarePhysicalInfo.Voltage voltage = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
HardwarePhysicalInfo.Voltage

The voltage.

getVoltageValue()

public abstract int getVoltageValue()

Required. Voltage of the power supply.

.google.cloud.gdchardwaremanagement.v1alpha.HardwarePhysicalInfo.Voltage voltage = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for voltage.