Class: Aws::Types::RackPhysicalProperties
- Inherits:
-
Object
- Object
- Aws::Types::RackPhysicalProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fiber_optic_cable_type ⇒ "SINGLE_MODE", "MULTI_MODE"
Returns the value of attribute fiber_optic_cable_type.
-
#maximum_supported_weight_lbs ⇒ "NO_LIMIT", ...
Returns the value of attribute maximum_supported_weight_lbs.
-
#optical_standard ⇒ "OPTIC_10GBASE_SR", ...
Returns the value of attribute optical_standard.
-
#power_connector ⇒ "L6_30P", ...
Returns the value of attribute power_connector.
-
#power_draw_kva ⇒ "POWER_5_KVA", ...
Returns the value of attribute power_draw_kva.
-
#power_feed_drop ⇒ "ABOVE_RACK", "BELOW_RACK"
Returns the value of attribute power_feed_drop.
-
#power_phase ⇒ "SINGLE_PHASE", "THREE_PHASE"
Returns the value of attribute power_phase.
-
#uplink_count ⇒ "UPLINK_COUNT_1", ...
Returns the value of attribute uplink_count.
-
#uplink_gbps ⇒ "UPLINK_1G", ...
Returns the value of attribute uplink_gbps.
Instance Attribute Details
#fiber_optic_cable_type ⇒ "SINGLE_MODE", "MULTI_MODE"
Returns the value of attribute fiber_optic_cable_type.
795 796 797 |
# File 'sig/types.rbs', line 795 def fiber_optic_cable_type @fiber_optic_cable_type end |
#maximum_supported_weight_lbs ⇒ "NO_LIMIT", ...
Returns the value of attribute maximum_supported_weight_lbs.
797 798 799 |
# File 'sig/types.rbs', line 797 def maximum_supported_weight_lbs @maximum_supported_weight_lbs end |
#optical_standard ⇒ "OPTIC_10GBASE_SR", ...
Returns the value of attribute optical_standard.
796 797 798 |
# File 'sig/types.rbs', line 796 def optical_standard @optical_standard end |
#power_connector ⇒ "L6_30P", ...
Returns the value of attribute power_connector.
791 792 793 |
# File 'sig/types.rbs', line 791 def power_connector @power_connector end |
#power_draw_kva ⇒ "POWER_5_KVA", ...
Returns the value of attribute power_draw_kva.
789 790 791 |
# File 'sig/types.rbs', line 789 def power_draw_kva @power_draw_kva end |
#power_feed_drop ⇒ "ABOVE_RACK", "BELOW_RACK"
Returns the value of attribute power_feed_drop.
792 793 794 |
# File 'sig/types.rbs', line 792 def power_feed_drop @power_feed_drop end |
#power_phase ⇒ "SINGLE_PHASE", "THREE_PHASE"
Returns the value of attribute power_phase.
790 791 792 |
# File 'sig/types.rbs', line 790 def power_phase @power_phase end |
#uplink_count ⇒ "UPLINK_COUNT_1", ...
Returns the value of attribute uplink_count.
794 795 796 |
# File 'sig/types.rbs', line 794 def uplink_count @uplink_count end |
#uplink_gbps ⇒ "UPLINK_1G", ...
Returns the value of attribute uplink_gbps.
793 794 795 |
# File 'sig/types.rbs', line 793 def uplink_gbps @uplink_gbps end |