Interface CfnSite.RackPhysicalPropertiesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSite.RackPhysicalPropertiesProperty.Jsii$Proxy
- Enclosing class:
CfnSite
@Stability(Stable)
public static interface CfnSite.RackPhysicalPropertiesProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.outposts.*;
RackPhysicalPropertiesProperty rackPhysicalPropertiesProperty = RackPhysicalPropertiesProperty.builder()
.fiberOpticCableType("fiberOpticCableType")
.maximumSupportedWeightLbs("maximumSupportedWeightLbs")
.opticalStandard("opticalStandard")
.powerConnector("powerConnector")
.powerDrawKva("powerDrawKva")
.powerFeedDrop("powerFeedDrop")
.powerPhase("powerPhase")
.uplinkCount("uplinkCount")
.uplinkGbps("uplinkGbps")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSite.RackPhysicalPropertiesPropertystatic final classAn implementation forCfnSite.RackPhysicalPropertiesProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFiberOpticCableType
- See Also:
-
getMaximumSupportedWeightLbs
- See Also:
-
getOpticalStandard
- See Also:
-
getPowerConnector
- See Also:
-
getPowerDrawKva
- See Also:
-
getPowerFeedDrop
- See Also:
-
getPowerPhase
- See Also:
-
getUplinkCount
- See Also:
-
getUplinkGbps
- See Also:
-
builder
-