GDC Hardware Management v1alpha API - Class HardwarePhysicalInfo (1.0.0-alpha02)

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

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

Physical properties of a hardware.

Inheritance

object > HardwarePhysicalInfo

Namespace

Google.Cloud.GdcHardwareManagement.V1Alpha

Assembly

Google.Cloud.GdcHardwareManagement.V1Alpha.dll

Constructors

HardwarePhysicalInfo()

public HardwarePhysicalInfo()

HardwarePhysicalInfo(HardwarePhysicalInfo)

public HardwarePhysicalInfo(HardwarePhysicalInfo other)
Parameter
Name Description
other HardwarePhysicalInfo

Properties

Amperes

public HardwarePhysicalInfo.Types.Amperes Amperes { get; set; }

Required. Amperes of the power supply.

Property Value
Type Description
HardwarePhysicalInfoTypesAmperes
public HardwarePhysicalInfo.Types.NetworkUplinkType NetworkUplink { get; set; }

Required. Type of the uplink network connection.

Property Value
Type Description
HardwarePhysicalInfoTypesNetworkUplinkType

PowerReceptacle

public HardwarePhysicalInfo.Types.PowerReceptacleType PowerReceptacle { get; set; }

Required. The power receptacle type.

Property Value
Type Description
HardwarePhysicalInfoTypesPowerReceptacleType

Voltage

public HardwarePhysicalInfo.Types.Voltage Voltage { get; set; }

Required. Voltage of the power supply.

Property Value
Type Description
HardwarePhysicalInfoTypesVoltage