Struct aws_sdk_outposts::model::RackPhysicalProperties
source · [−]#[non_exhaustive]pub struct RackPhysicalProperties {
pub power_draw_kva: Option<PowerDrawKva>,
pub power_phase: Option<PowerPhase>,
pub power_connector: Option<PowerConnector>,
pub power_feed_drop: Option<PowerFeedDrop>,
pub uplink_gbps: Option<UplinkGbps>,
pub uplink_count: Option<UplinkCount>,
pub fiber_optic_cable_type: Option<FiberOpticCableType>,
pub optical_standard: Option<OpticalStandard>,
pub maximum_supported_weight_lbs: Option<MaximumSupportedWeightLbs>,
}
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.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.power_draw_kva: Option<PowerDrawKva>
The power draw available at the hardware placement position for the rack.
power_phase: Option<PowerPhase>
The power option that you can provide for hardware.
power_connector: Option<PowerConnector>
The power connector for the hardware.
power_feed_drop: Option<PowerFeedDrop>
The position of the power feed.
uplink_gbps: Option<UplinkGbps>
The uplink speed the rack supports for the connection to the Region.
uplink_count: Option<UplinkCount>
The number of uplinks each Outpost network device.
fiber_optic_cable_type: Option<FiberOpticCableType>
The type of fiber used to attach the Outpost to the network.
optical_standard: 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.
maximum_supported_weight_lbs: Option<MaximumSupportedWeightLbs>
The maximum rack weight that this site can support. NO_LIMIT
is over 2000 lbs (907 kg).
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub 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> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more
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