Class: Aws::Types::UpdateSiteRackPhysicalPropertiesInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fiber_optic_cable_type"SINGLE_MODE", "MULTI_MODE"

Returns the value of attribute fiber_optic_cable_type.

Returns:

  • ("SINGLE_MODE", "MULTI_MODE")


1009
1010
1011
# File 'sig/types.rbs', line 1009

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.

Returns:

  • ("NO_LIMIT", "MAX_1400_LBS", "MAX_1600_LBS", "MAX_1800_LBS", "MAX_2000_LBS")


1011
1012
1013
# File 'sig/types.rbs', line 1011

def maximum_supported_weight_lbs
  @maximum_supported_weight_lbs
end

#optical_standard"OPTIC_10GBASE_SR", ...

Returns the value of attribute optical_standard.

Returns:

  • ("OPTIC_10GBASE_SR", "OPTIC_10GBASE_IR", "OPTIC_10GBASE_LR", "OPTIC_40GBASE_SR", "OPTIC_40GBASE_ESR", "OPTIC_40GBASE_IR4_LR4L", "OPTIC_40GBASE_LR4", "OPTIC_100GBASE_SR4", "OPTIC_100GBASE_CWDM4", "OPTIC_100GBASE_LR4", "OPTIC_100G_PSM4_MSA", "OPTIC_1000BASE_LX", "OPTIC_1000BASE_SX")


1010
1011
1012
# File 'sig/types.rbs', line 1010

def optical_standard
  @optical_standard
end

#power_connector"L6_30P", ...

Returns the value of attribute power_connector.

Returns:

  • ("L6_30P", "IEC309", "AH530P7W", "AH532P6W", "CS8365C")


1005
1006
1007
# File 'sig/types.rbs', line 1005

def power_connector
  @power_connector
end

#power_draw_kva"POWER_5_KVA", ...

Returns the value of attribute power_draw_kva.

Returns:

  • ("POWER_5_KVA", "POWER_10_KVA", "POWER_15_KVA", "POWER_30_KVA")


1003
1004
1005
# File 'sig/types.rbs', line 1003

def power_draw_kva
  @power_draw_kva
end

#power_feed_drop"ABOVE_RACK", "BELOW_RACK"

Returns the value of attribute power_feed_drop.

Returns:

  • ("ABOVE_RACK", "BELOW_RACK")


1006
1007
1008
# File 'sig/types.rbs', line 1006

def power_feed_drop
  @power_feed_drop
end

#power_phase"SINGLE_PHASE", "THREE_PHASE"

Returns the value of attribute power_phase.

Returns:

  • ("SINGLE_PHASE", "THREE_PHASE")


1004
1005
1006
# File 'sig/types.rbs', line 1004

def power_phase
  @power_phase
end

#site_id::String

Returns the value of attribute site_id.

Returns:

  • (::String)


1002
1003
1004
# File 'sig/types.rbs', line 1002

def site_id
  @site_id
end

Returns the value of attribute uplink_count.

Returns:

  • ("UPLINK_COUNT_1", "UPLINK_COUNT_2", "UPLINK_COUNT_3", "UPLINK_COUNT_4", "UPLINK_COUNT_5", "UPLINK_COUNT_6", "UPLINK_COUNT_7", "UPLINK_COUNT_8", "UPLINK_COUNT_12", "UPLINK_COUNT_16")


1008
1009
1010
# File 'sig/types.rbs', line 1008

def uplink_count
  @uplink_count
end

Returns the value of attribute uplink_gbps.

Returns:

  • ("UPLINK_1G", "UPLINK_10G", "UPLINK_40G", "UPLINK_100G")


1007
1008
1009
# File 'sig/types.rbs', line 1007

def uplink_gbps
  @uplink_gbps
end