Struct aws_sdk_outposts::model::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
sourceimpl 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).
sourceimpl RackPhysicalProperties
impl RackPhysicalProperties
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RackPhysicalProperties
.
Trait Implementations
sourceimpl Clone for RackPhysicalProperties
impl Clone for RackPhysicalProperties
sourcefn clone(&self) -> RackPhysicalProperties
fn clone(&self) -> RackPhysicalProperties
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for RackPhysicalProperties
impl Debug for RackPhysicalProperties
sourceimpl PartialEq<RackPhysicalProperties> for RackPhysicalProperties
impl PartialEq<RackPhysicalProperties> for RackPhysicalProperties
sourcefn eq(&self, other: &RackPhysicalProperties) -> bool
fn eq(&self, other: &RackPhysicalProperties) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &RackPhysicalProperties) -> bool
fn ne(&self, other: &RackPhysicalProperties) -> bool
This method tests for !=
.
impl StructuralPartialEq for RackPhysicalProperties
Auto Trait Implementations
impl RefUnwindSafe for RackPhysicalProperties
impl Send for RackPhysicalProperties
impl Sync for RackPhysicalProperties
impl Unpin for RackPhysicalProperties
impl UnwindSafe for RackPhysicalProperties
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more