Struct aws_sdk_outposts::types::RackPhysicalProperties
source · #[non_exhaustive]pub struct RackPhysicalProperties { /* private fields */ }
Expand description
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.
Implementations§
source§impl RackPhysicalProperties
impl RackPhysicalProperties
sourcepub fn power_draw_kva(&self) -> Option<&PowerDrawKva>
pub fn power_draw_kva(&self) -> Option<&PowerDrawKva>
The power draw available at the hardware placement position for the rack.
sourcepub fn power_phase(&self) -> Option<&PowerPhase>
pub fn power_phase(&self) -> Option<&PowerPhase>
The power option that you can provide for hardware.
sourcepub fn power_connector(&self) -> Option<&PowerConnector>
pub fn power_connector(&self) -> Option<&PowerConnector>
The power connector for the hardware.
sourcepub fn power_feed_drop(&self) -> Option<&PowerFeedDrop>
pub fn power_feed_drop(&self) -> Option<&PowerFeedDrop>
The position of the power feed.
sourcepub fn uplink_gbps(&self) -> Option<&UplinkGbps>
pub fn uplink_gbps(&self) -> Option<&UplinkGbps>
The uplink speed the rack supports for the connection to the Region.
sourcepub fn uplink_count(&self) -> Option<&UplinkCount>
pub fn uplink_count(&self) -> Option<&UplinkCount>
The number of uplinks each Outpost network device.
sourcepub fn fiber_optic_cable_type(&self) -> Option<&FiberOpticCableType>
pub fn fiber_optic_cable_type(&self) -> Option<&FiberOpticCableType>
The type of fiber used to attach the Outpost to the network.
sourcepub fn optical_standard(&self) -> Option<&OpticalStandard>
pub fn optical_standard(&self) -> Option<&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.
sourcepub fn maximum_supported_weight_lbs(&self) -> Option<&MaximumSupportedWeightLbs>
pub fn maximum_supported_weight_lbs(&self) -> Option<&MaximumSupportedWeightLbs>
The maximum rack weight that this site can support. NO_LIMIT
is over 2000 lbs (907 kg).
source§impl RackPhysicalProperties
impl RackPhysicalProperties
sourcepub fn builder() -> RackPhysicalPropertiesBuilder
pub fn builder() -> RackPhysicalPropertiesBuilder
Creates a new builder-style object to manufacture RackPhysicalProperties
.
Trait Implementations§
source§impl Clone for RackPhysicalProperties
impl Clone for RackPhysicalProperties
source§fn clone(&self) -> RackPhysicalProperties
fn clone(&self) -> RackPhysicalProperties
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for RackPhysicalProperties
impl Debug for RackPhysicalProperties
source§impl PartialEq<RackPhysicalProperties> for RackPhysicalProperties
impl PartialEq<RackPhysicalProperties> for RackPhysicalProperties
source§fn eq(&self, other: &RackPhysicalProperties) -> bool
fn eq(&self, other: &RackPhysicalProperties) -> bool
self
and other
values to be equal, and is used
by ==
.