Class: Google::Cloud::GDCHardwareManagement::V1alpha::HardwarePhysicalInfo
- Inherits:
-
Object
- Object
- Google::Cloud::GDCHardwareManagement::V1alpha::HardwarePhysicalInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb
Overview
Physical properties of a hardware.
Defined Under Namespace
Modules: Amperes, NetworkUplinkType, PowerReceptacleType, Voltage
Instance Attribute Summary collapse
-
#amperes ⇒ ::Google::Cloud::GDCHardwareManagement::V1alpha::HardwarePhysicalInfo::Amperes
Required.
-
#network_uplink ⇒ ::Google::Cloud::GDCHardwareManagement::V1alpha::HardwarePhysicalInfo::NetworkUplinkType
Required.
-
#power_receptacle ⇒ ::Google::Cloud::GDCHardwareManagement::V1alpha::HardwarePhysicalInfo::PowerReceptacleType
Required.
-
#voltage ⇒ ::Google::Cloud::GDCHardwareManagement::V1alpha::HardwarePhysicalInfo::Voltage
Required.
Instance Attribute Details
#amperes ⇒ ::Google::Cloud::GDCHardwareManagement::V1alpha::HardwarePhysicalInfo::Amperes
Returns Required. Amperes of the power supply.
919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 919 class HardwarePhysicalInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Valid power receptacle types. module PowerReceptacleType # Facility plug type is unspecified. POWER_RECEPTACLE_TYPE_UNSPECIFIED = 0 # NEMA 5-15. NEMA_5_15 = 1 # C13. C_13 = 2 # Deprecated: Please use TYPE_G_BS1363, CEE_7_3, CEE_7_5 or TYPE_F # instead. STANDARD_EU = 3 # Type G / BS1363. TYPE_G_BS1363 = 4 # C 7/3. CEE_7_3 = 5 # C 7/5. CEE_7_5 = 6 # Type F. TYPE_F = 7 end # Valid network uplink types. module NetworkUplinkType # Network uplink type is unspecified. NETWORK_UPLINK_TYPE_UNSPECIFIED = 0 # RJ-45. RJ_45 = 1 end # Valid voltage values. module Voltage # Voltage is unspecified. VOLTAGE_UNSPECIFIED = 0 # 120V. VOLTAGE_110 = 1 # 220V. VOLTAGE_220 = 3 end # Valid amperes values. module Amperes # Amperes is unspecified. AMPERES_UNSPECIFIED = 0 # 15A. AMPERES_15 = 1 end end |
#network_uplink ⇒ ::Google::Cloud::GDCHardwareManagement::V1alpha::HardwarePhysicalInfo::NetworkUplinkType
Returns Required. Type of the uplink network connection.
919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 919 class HardwarePhysicalInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Valid power receptacle types. module PowerReceptacleType # Facility plug type is unspecified. POWER_RECEPTACLE_TYPE_UNSPECIFIED = 0 # NEMA 5-15. NEMA_5_15 = 1 # C13. C_13 = 2 # Deprecated: Please use TYPE_G_BS1363, CEE_7_3, CEE_7_5 or TYPE_F # instead. STANDARD_EU = 3 # Type G / BS1363. TYPE_G_BS1363 = 4 # C 7/3. CEE_7_3 = 5 # C 7/5. CEE_7_5 = 6 # Type F. TYPE_F = 7 end # Valid network uplink types. module NetworkUplinkType # Network uplink type is unspecified. NETWORK_UPLINK_TYPE_UNSPECIFIED = 0 # RJ-45. RJ_45 = 1 end # Valid voltage values. module Voltage # Voltage is unspecified. VOLTAGE_UNSPECIFIED = 0 # 120V. VOLTAGE_110 = 1 # 220V. VOLTAGE_220 = 3 end # Valid amperes values. module Amperes # Amperes is unspecified. AMPERES_UNSPECIFIED = 0 # 15A. AMPERES_15 = 1 end end |
#power_receptacle ⇒ ::Google::Cloud::GDCHardwareManagement::V1alpha::HardwarePhysicalInfo::PowerReceptacleType
Returns Required. The power receptacle type.
919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 919 class HardwarePhysicalInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Valid power receptacle types. module PowerReceptacleType # Facility plug type is unspecified. POWER_RECEPTACLE_TYPE_UNSPECIFIED = 0 # NEMA 5-15. NEMA_5_15 = 1 # C13. C_13 = 2 # Deprecated: Please use TYPE_G_BS1363, CEE_7_3, CEE_7_5 or TYPE_F # instead. STANDARD_EU = 3 # Type G / BS1363. TYPE_G_BS1363 = 4 # C 7/3. CEE_7_3 = 5 # C 7/5. CEE_7_5 = 6 # Type F. TYPE_F = 7 end # Valid network uplink types. module NetworkUplinkType # Network uplink type is unspecified. NETWORK_UPLINK_TYPE_UNSPECIFIED = 0 # RJ-45. RJ_45 = 1 end # Valid voltage values. module Voltage # Voltage is unspecified. VOLTAGE_UNSPECIFIED = 0 # 120V. VOLTAGE_110 = 1 # 220V. VOLTAGE_220 = 3 end # Valid amperes values. module Amperes # Amperes is unspecified. AMPERES_UNSPECIFIED = 0 # 15A. AMPERES_15 = 1 end end |
#voltage ⇒ ::Google::Cloud::GDCHardwareManagement::V1alpha::HardwarePhysicalInfo::Voltage
Returns Required. Voltage of the power supply.
919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb', line 919 class HardwarePhysicalInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Valid power receptacle types. module PowerReceptacleType # Facility plug type is unspecified. POWER_RECEPTACLE_TYPE_UNSPECIFIED = 0 # NEMA 5-15. NEMA_5_15 = 1 # C13. C_13 = 2 # Deprecated: Please use TYPE_G_BS1363, CEE_7_3, CEE_7_5 or TYPE_F # instead. STANDARD_EU = 3 # Type G / BS1363. TYPE_G_BS1363 = 4 # C 7/3. CEE_7_3 = 5 # C 7/5. CEE_7_5 = 6 # Type F. TYPE_F = 7 end # Valid network uplink types. module NetworkUplinkType # Network uplink type is unspecified. NETWORK_UPLINK_TYPE_UNSPECIFIED = 0 # RJ-45. RJ_45 = 1 end # Valid voltage values. module Voltage # Voltage is unspecified. VOLTAGE_UNSPECIFIED = 0 # 120V. VOLTAGE_110 = 1 # 220V. VOLTAGE_220 = 3 end # Valid amperes values. module Amperes # Amperes is unspecified. AMPERES_UNSPECIFIED = 0 # 15A. AMPERES_15 = 1 end end |