{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-outposts/refs/heads/main/json-schema/openapi-update-site-rack-physical-properties-input-schema.json", "title": "UpdateSiteRackPhysicalPropertiesInput", "description": "UpdateSiteRackPhysicalPropertiesInput schema from Amazon Outposts", "type": "object", "properties": { "PowerDrawKva": { "allOf": [ { "$ref": "#/components/schemas/PowerDrawKva" }, { "description": "The power draw, in kVA, available at the hardware placement position for the rack." } ] }, "PowerPhase": { "allOf": [ { "$ref": "#/components/schemas/PowerPhase" }, { "description": "

The power option that you can provide for hardware.

" } ] }, "PowerConnector": { "allOf": [ { "$ref": "#/components/schemas/PowerConnector" }, { "description": "

The power connector that Amazon Web Services should plan to provide for connections to the hardware. Note the correlation between PowerPhase and PowerConnector.

" } ] }, "PowerFeedDrop": { "allOf": [ { "$ref": "#/components/schemas/PowerFeedDrop" }, { "description": "Indicates whether the power feed comes above or below the rack. " } ] }, "UplinkGbps": { "allOf": [ { "$ref": "#/components/schemas/UplinkGbps" }, { "description": "The uplink speed the rack should support for the connection to the Region. " } ] }, "UplinkCount": { "allOf": [ { "$ref": "#/components/schemas/UplinkCount" }, { "description": "

Racks come with two Outpost network devices. Depending on the supported uplink speed at the site, the Outpost network devices provide a variable number of uplinks. Specify the number of uplinks for each Outpost network device that you intend to use to connect the rack to your network. Note the correlation between UplinkGbps and UplinkCount.

" } ] }, "FiberOpticCableType": { "allOf": [ { "$ref": "#/components/schemas/FiberOpticCableType" }, { "description": "The type of fiber that you will use to attach the Outpost to your network. " } ] }, "OpticalStandard": { "allOf": [ { "$ref": "#/components/schemas/OpticalStandard" }, { "description": "

The type of optical standard that you will use to attach the Outpost to your 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.

" } ] }, "MaximumSupportedWeightLbs": { "allOf": [ { "$ref": "#/components/schemas/MaximumSupportedWeightLbs" }, { "description": "The maximum rack weight that this site can support. NO_LIMIT is over 2000lbs. " } ] } } }