Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RackPhysicalProperties

import type { RackPhysicalProperties } from "https://aws-api.deno.dev/v0.3/services/outposts.ts?docs=full";

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.

interface RackPhysicalProperties {
FiberOpticCableType?: FiberOpticCableType | null;
MaximumSupportedWeightLbs?: MaximumSupportedWeightLbs | null;
OpticalStandard?: OpticalStandard | null;
PowerConnector?: PowerConnector | null;
PowerDrawKva?: PowerDrawKva | null;
PowerFeedDrop?: PowerFeedDrop | null;
PowerPhase?: PowerPhase | null;
UplinkCount?: UplinkCount | null;
UplinkGbps?: UplinkGbps | null;
}

§Properties

§
FiberOpticCableType?: FiberOpticCableType | null
[src]

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

§
MaximumSupportedWeightLbs?: MaximumSupportedWeightLbs | null
[src]

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

§
OpticalStandard?: OpticalStandard | null
[src]

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.

§
PowerConnector?: PowerConnector | null
[src]

The power connector for the hardware.

§
PowerDrawKva?: PowerDrawKva | null
[src]

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

§
PowerFeedDrop?: PowerFeedDrop | null
[src]

The position of the power feed.

§
PowerPhase?: PowerPhase | null
[src]

The power option that you can provide for hardware.

§
UplinkCount?: UplinkCount | null
[src]

The number of uplinks each Outpost network device.

§
UplinkGbps?: UplinkGbps | null
[src]

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