amazonka-outposts-2.0: Amazon Outposts SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Outposts.Types.RackPhysicalProperties

Description

 
Synopsis

Documentation

data RackPhysicalProperties Source #

Information about the physical and logistical details for racks at sites. For more information about hardware requirements for racks, see Network readiness checklist in the Amazon Web Services Outposts User Guide.

See: newRackPhysicalProperties smart constructor.

Constructors

RackPhysicalProperties' 

Fields

Instances

Instances details
FromJSON RackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.Types.RackPhysicalProperties

ToJSON RackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.Types.RackPhysicalProperties

Generic RackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.Types.RackPhysicalProperties

Associated Types

type Rep RackPhysicalProperties :: Type -> Type #

Read RackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.Types.RackPhysicalProperties

Show RackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.Types.RackPhysicalProperties

NFData RackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.Types.RackPhysicalProperties

Methods

rnf :: RackPhysicalProperties -> () #

Eq RackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.Types.RackPhysicalProperties

Hashable RackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.Types.RackPhysicalProperties

type Rep RackPhysicalProperties Source # 
Instance details

Defined in Amazonka.Outposts.Types.RackPhysicalProperties

newRackPhysicalProperties :: RackPhysicalProperties Source #

Create a value of RackPhysicalProperties with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fiberOpticCableType:RackPhysicalProperties', rackPhysicalProperties_fiberOpticCableType - The type of fiber used to attach the Outpost to the network.

$sel:maximumSupportedWeightLbs:RackPhysicalProperties', rackPhysicalProperties_maximumSupportedWeightLbs - The maximum rack weight that this site can support. NO_LIMIT is over 2000 lbs (907 kg).

$sel:opticalStandard:RackPhysicalProperties', rackPhysicalProperties_opticalStandard - The type of optical standard used to attach the Outpost to the network. This field is dependent on uplink speed, fiber type, and distance to the upstream device. For more information about networking requirements for racks, see Network in the Amazon Web Services Outposts User Guide.

$sel:powerConnector:RackPhysicalProperties', rackPhysicalProperties_powerConnector - The power connector for the hardware.

$sel:powerDrawKva:RackPhysicalProperties', rackPhysicalProperties_powerDrawKva - The power draw available at the hardware placement position for the rack.

$sel:powerFeedDrop:RackPhysicalProperties', rackPhysicalProperties_powerFeedDrop - The position of the power feed.

$sel:powerPhase:RackPhysicalProperties', rackPhysicalProperties_powerPhase - The power option that you can provide for hardware.

$sel:uplinkCount:RackPhysicalProperties', rackPhysicalProperties_uplinkCount - The number of uplinks each Outpost network device.

$sel:uplinkGbps:RackPhysicalProperties', rackPhysicalProperties_uplinkGbps - The uplink speed the rack supports for the connection to the Region.

rackPhysicalProperties_fiberOpticCableType :: Lens' RackPhysicalProperties (Maybe FiberOpticCableType) Source #

The type of fiber used to attach the Outpost to the network.

rackPhysicalProperties_maximumSupportedWeightLbs :: Lens' RackPhysicalProperties (Maybe MaximumSupportedWeightLbs) Source #

The maximum rack weight that this site can support. NO_LIMIT is over 2000 lbs (907 kg).

rackPhysicalProperties_opticalStandard :: Lens' RackPhysicalProperties (Maybe OpticalStandard) Source #

The type of optical standard used to attach the Outpost to the network. This field is dependent on uplink speed, fiber type, and distance to the upstream device. For more information about networking requirements for racks, see Network in the Amazon Web Services Outposts User Guide.

rackPhysicalProperties_powerDrawKva :: Lens' RackPhysicalProperties (Maybe PowerDrawKva) Source #

The power draw available at the hardware placement position for the rack.

rackPhysicalProperties_powerPhase :: Lens' RackPhysicalProperties (Maybe PowerPhase) Source #

The power option that you can provide for hardware.

rackPhysicalProperties_uplinkCount :: Lens' RackPhysicalProperties (Maybe UplinkCount) Source #

The number of uplinks each Outpost network device.

rackPhysicalProperties_uplinkGbps :: Lens' RackPhysicalProperties (Maybe UplinkGbps) Source #

The uplink speed the rack supports for the connection to the Region.