HardwarePhysicalInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Physical properties of a hardware.
Attributes |
|
---|---|
Name | Description |
power_receptacle |
google.cloud.gdchardwaremanagement_v1alpha.types.HardwarePhysicalInfo.PowerReceptacleType
Required. The power receptacle type. |
network_uplink |
google.cloud.gdchardwaremanagement_v1alpha.types.HardwarePhysicalInfo.NetworkUplinkType
Required. Type of the uplink network connection. |
voltage |
google.cloud.gdchardwaremanagement_v1alpha.types.HardwarePhysicalInfo.Voltage
Required. Voltage of the power supply. |
amperes |
google.cloud.gdchardwaremanagement_v1alpha.types.HardwarePhysicalInfo.Amperes
Required. Amperes of the power supply. |
Classes
Amperes
Amperes(value)
Valid amperes values.
NetworkUplinkType
NetworkUplinkType(value)
Valid network uplink types.
PowerReceptacleType
PowerReceptacleType(value)
Valid power receptacle types.
Voltage
Voltage(value)
Valid voltage values.