Class UpdateSiteRackPhysicalPropertiesRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.outposts.model.OutpostsRequest
-
- software.amazon.awssdk.services.outposts.model.UpdateSiteRackPhysicalPropertiesRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateSiteRackPhysicalPropertiesRequest.Builder,UpdateSiteRackPhysicalPropertiesRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateSiteRackPhysicalPropertiesRequest extends OutpostsRequest implements ToCopyableBuilder<UpdateSiteRackPhysicalPropertiesRequest.Builder,UpdateSiteRackPhysicalPropertiesRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateSiteRackPhysicalPropertiesRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateSiteRackPhysicalPropertiesRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)FiberOpticCableTypefiberOpticCableType()The type of fiber that you will use to attach the Outpost to your network.StringfiberOpticCableTypeAsString()The type of fiber that you will use to attach the Outpost to your network.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()MaximumSupportedWeightLbsmaximumSupportedWeightLbs()The maximum rack weight that this site can support.StringmaximumSupportedWeightLbsAsString()The maximum rack weight that this site can support.OpticalStandardopticalStandard()The type of optical standard that you will use to attach the Outpost to your network.StringopticalStandardAsString()The type of optical standard that you will use to attach the Outpost to your network.PowerConnectorpowerConnector()The power connector that Amazon Web Services should plan to provide for connections to the hardware.StringpowerConnectorAsString()The power connector that Amazon Web Services should plan to provide for connections to the hardware.PowerDrawKvapowerDrawKva()The power draw, in kVA, available at the hardware placement position for the rack.StringpowerDrawKvaAsString()The power draw, in kVA, available at the hardware placement position for the rack.PowerFeedDroppowerFeedDrop()Indicates whether the power feed comes above or below the rack.StringpowerFeedDropAsString()Indicates whether the power feed comes above or below the rack.PowerPhasepowerPhase()The power option that you can provide for hardware.StringpowerPhaseAsString()The power option that you can provide for hardware.List<SdkField<?>>sdkFields()static Class<? extends UpdateSiteRackPhysicalPropertiesRequest.Builder>serializableBuilderClass()StringsiteId()The ID or the Amazon Resource Name (ARN) of the site.UpdateSiteRackPhysicalPropertiesRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.UplinkCountuplinkCount()Racks come with two Outpost network devices.StringuplinkCountAsString()Racks come with two Outpost network devices.UplinkGbpsuplinkGbps()The uplink speed the rack should support for the connection to the Region.StringuplinkGbpsAsString()The uplink speed the rack should support for the connection to the Region.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
siteId
public final String siteId()
The ID or the Amazon Resource Name (ARN) of the site.
- Returns:
- The ID or the Amazon Resource Name (ARN) of the site.
-
powerDrawKva
public final PowerDrawKva powerDrawKva()
The power draw, in kVA, available at the hardware placement position for the rack.
If the service returns an enum value that is not available in the current SDK version,
powerDrawKvawill returnPowerDrawKva.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompowerDrawKvaAsString().- Returns:
- The power draw, in kVA, available at the hardware placement position for the rack.
- See Also:
PowerDrawKva
-
powerDrawKvaAsString
public final String powerDrawKvaAsString()
The power draw, in kVA, available at the hardware placement position for the rack.
If the service returns an enum value that is not available in the current SDK version,
powerDrawKvawill returnPowerDrawKva.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompowerDrawKvaAsString().- Returns:
- The power draw, in kVA, available at the hardware placement position for the rack.
- See Also:
PowerDrawKva
-
powerPhase
public final PowerPhase powerPhase()
The power option that you can provide for hardware.
-
Single-phase AC feed: 200 V to 277 V, 50 Hz or 60 Hz
-
Three-phase AC feed: 346 V to 480 V, 50 Hz or 60 Hz
If the service returns an enum value that is not available in the current SDK version,
powerPhasewill returnPowerPhase.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompowerPhaseAsString().- Returns:
- The power option that you can provide for hardware.
-
Single-phase AC feed: 200 V to 277 V, 50 Hz or 60 Hz
-
Three-phase AC feed: 346 V to 480 V, 50 Hz or 60 Hz
-
- See Also:
PowerPhase
-
-
powerPhaseAsString
public final String powerPhaseAsString()
The power option that you can provide for hardware.
-
Single-phase AC feed: 200 V to 277 V, 50 Hz or 60 Hz
-
Three-phase AC feed: 346 V to 480 V, 50 Hz or 60 Hz
If the service returns an enum value that is not available in the current SDK version,
powerPhasewill returnPowerPhase.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompowerPhaseAsString().- Returns:
- The power option that you can provide for hardware.
-
Single-phase AC feed: 200 V to 277 V, 50 Hz or 60 Hz
-
Three-phase AC feed: 346 V to 480 V, 50 Hz or 60 Hz
-
- See Also:
PowerPhase
-
-
powerConnector
public final PowerConnector powerConnector()
The power connector that Amazon Web Services should plan to provide for connections to the hardware. Note the correlation between
PowerPhaseandPowerConnector.-
Single-phase AC feed
-
L6-30P – (common in US); 30A; single phase
-
IEC309 (blue) – P+N+E, 6hr; 32 A; single phase
-
-
Three-phase AC feed
-
AH530P7W (red) – 3P+N+E, 7hr; 30A; three phase
-
AH532P6W (red) – 3P+N+E, 6hr; 32A; three phase
-
If the service returns an enum value that is not available in the current SDK version,
powerConnectorwill returnPowerConnector.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompowerConnectorAsString().- Returns:
- The power connector that Amazon Web Services should plan to provide for connections to the hardware. Note
the correlation between
PowerPhaseandPowerConnector.-
Single-phase AC feed
-
L6-30P – (common in US); 30A; single phase
-
IEC309 (blue) – P+N+E, 6hr; 32 A; single phase
-
-
Three-phase AC feed
-
AH530P7W (red) – 3P+N+E, 7hr; 30A; three phase
-
AH532P6W (red) – 3P+N+E, 6hr; 32A; three phase
-
-
- See Also:
PowerConnector
-
-
powerConnectorAsString
public final String powerConnectorAsString()
The power connector that Amazon Web Services should plan to provide for connections to the hardware. Note the correlation between
PowerPhaseandPowerConnector.-
Single-phase AC feed
-
L6-30P – (common in US); 30A; single phase
-
IEC309 (blue) – P+N+E, 6hr; 32 A; single phase
-
-
Three-phase AC feed
-
AH530P7W (red) – 3P+N+E, 7hr; 30A; three phase
-
AH532P6W (red) – 3P+N+E, 6hr; 32A; three phase
-
If the service returns an enum value that is not available in the current SDK version,
powerConnectorwill returnPowerConnector.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompowerConnectorAsString().- Returns:
- The power connector that Amazon Web Services should plan to provide for connections to the hardware. Note
the correlation between
PowerPhaseandPowerConnector.-
Single-phase AC feed
-
L6-30P – (common in US); 30A; single phase
-
IEC309 (blue) – P+N+E, 6hr; 32 A; single phase
-
-
Three-phase AC feed
-
AH530P7W (red) – 3P+N+E, 7hr; 30A; three phase
-
AH532P6W (red) – 3P+N+E, 6hr; 32A; three phase
-
-
- See Also:
PowerConnector
-
-
powerFeedDrop
public final PowerFeedDrop powerFeedDrop()
Indicates whether the power feed comes above or below the rack.
If the service returns an enum value that is not available in the current SDK version,
powerFeedDropwill returnPowerFeedDrop.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompowerFeedDropAsString().- Returns:
- Indicates whether the power feed comes above or below the rack.
- See Also:
PowerFeedDrop
-
powerFeedDropAsString
public final String powerFeedDropAsString()
Indicates whether the power feed comes above or below the rack.
If the service returns an enum value that is not available in the current SDK version,
powerFeedDropwill returnPowerFeedDrop.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompowerFeedDropAsString().- Returns:
- Indicates whether the power feed comes above or below the rack.
- See Also:
PowerFeedDrop
-
uplinkGbps
public final UplinkGbps uplinkGbps()
The uplink speed the rack should support for the connection to the Region.
If the service returns an enum value that is not available in the current SDK version,
uplinkGbpswill returnUplinkGbps.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromuplinkGbpsAsString().- Returns:
- The uplink speed the rack should support for the connection to the Region.
- See Also:
UplinkGbps
-
uplinkGbpsAsString
public final String uplinkGbpsAsString()
The uplink speed the rack should support for the connection to the Region.
If the service returns an enum value that is not available in the current SDK version,
uplinkGbpswill returnUplinkGbps.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromuplinkGbpsAsString().- Returns:
- The uplink speed the rack should support for the connection to the Region.
- See Also:
UplinkGbps
-
uplinkCount
public final UplinkCount uplinkCount()
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
UplinkGbpsandUplinkCount.-
1Gbps - Uplinks available: 1, 2, 4, 6, 8
-
10Gbps - Uplinks available: 1, 2, 4, 8, 12, 16
-
40 and 100 Gbps- Uplinks available: 1, 2, 4
If the service returns an enum value that is not available in the current SDK version,
uplinkCountwill returnUplinkCount.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromuplinkCountAsString().- Returns:
- 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
UplinkGbpsandUplinkCount.-
1Gbps - Uplinks available: 1, 2, 4, 6, 8
-
10Gbps - Uplinks available: 1, 2, 4, 8, 12, 16
-
40 and 100 Gbps- Uplinks available: 1, 2, 4
-
- See Also:
UplinkCount
-
-
uplinkCountAsString
public final String uplinkCountAsString()
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
UplinkGbpsandUplinkCount.-
1Gbps - Uplinks available: 1, 2, 4, 6, 8
-
10Gbps - Uplinks available: 1, 2, 4, 8, 12, 16
-
40 and 100 Gbps- Uplinks available: 1, 2, 4
If the service returns an enum value that is not available in the current SDK version,
uplinkCountwill returnUplinkCount.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromuplinkCountAsString().- Returns:
- 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
UplinkGbpsandUplinkCount.-
1Gbps - Uplinks available: 1, 2, 4, 6, 8
-
10Gbps - Uplinks available: 1, 2, 4, 8, 12, 16
-
40 and 100 Gbps- Uplinks available: 1, 2, 4
-
- See Also:
UplinkCount
-
-
fiberOpticCableType
public final FiberOpticCableType fiberOpticCableType()
The type of fiber that you will use to attach the Outpost to your network.
If the service returns an enum value that is not available in the current SDK version,
fiberOpticCableTypewill returnFiberOpticCableType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfiberOpticCableTypeAsString().- Returns:
- The type of fiber that you will use to attach the Outpost to your network.
- See Also:
FiberOpticCableType
-
fiberOpticCableTypeAsString
public final String fiberOpticCableTypeAsString()
The type of fiber that you will use to attach the Outpost to your network.
If the service returns an enum value that is not available in the current SDK version,
fiberOpticCableTypewill returnFiberOpticCableType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfiberOpticCableTypeAsString().- Returns:
- The type of fiber that you will use to attach the Outpost to your network.
- See Also:
FiberOpticCableType
-
opticalStandard
public final OpticalStandard opticalStandard()
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.
-
OPTIC_10GBASE_SR: 10GBASE-SR -
OPTIC_10GBASE_IR: 10GBASE-IR -
OPTIC_10GBASE_LR: 10GBASE-LR -
OPTIC_40GBASE_SR: 40GBASE-SR -
OPTIC_40GBASE_ESR: 40GBASE-ESR -
OPTIC_40GBASE_IR4_LR4L: 40GBASE-IR (LR4L) -
OPTIC_40GBASE_LR4: 40GBASE-LR4 -
OPTIC_100GBASE_SR4: 100GBASE-SR4 -
OPTIC_100GBASE_CWDM4: 100GBASE-CWDM4 -
OPTIC_100GBASE_LR4: 100GBASE-LR4 -
OPTIC_100G_PSM4_MSA: 100G PSM4 MSA -
OPTIC_1000BASE_LX: 1000Base-LX -
OPTIC_1000BASE_SX: 1000Base-SX
If the service returns an enum value that is not available in the current SDK version,
opticalStandardwill returnOpticalStandard.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromopticalStandardAsString().- Returns:
- 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.
-
OPTIC_10GBASE_SR: 10GBASE-SR -
OPTIC_10GBASE_IR: 10GBASE-IR -
OPTIC_10GBASE_LR: 10GBASE-LR -
OPTIC_40GBASE_SR: 40GBASE-SR -
OPTIC_40GBASE_ESR: 40GBASE-ESR -
OPTIC_40GBASE_IR4_LR4L: 40GBASE-IR (LR4L) -
OPTIC_40GBASE_LR4: 40GBASE-LR4 -
OPTIC_100GBASE_SR4: 100GBASE-SR4 -
OPTIC_100GBASE_CWDM4: 100GBASE-CWDM4 -
OPTIC_100GBASE_LR4: 100GBASE-LR4 -
OPTIC_100G_PSM4_MSA: 100G PSM4 MSA -
OPTIC_1000BASE_LX: 1000Base-LX -
OPTIC_1000BASE_SX: 1000Base-SX
-
- See Also:
OpticalStandard
-
-
opticalStandardAsString
public final String opticalStandardAsString()
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.
-
OPTIC_10GBASE_SR: 10GBASE-SR -
OPTIC_10GBASE_IR: 10GBASE-IR -
OPTIC_10GBASE_LR: 10GBASE-LR -
OPTIC_40GBASE_SR: 40GBASE-SR -
OPTIC_40GBASE_ESR: 40GBASE-ESR -
OPTIC_40GBASE_IR4_LR4L: 40GBASE-IR (LR4L) -
OPTIC_40GBASE_LR4: 40GBASE-LR4 -
OPTIC_100GBASE_SR4: 100GBASE-SR4 -
OPTIC_100GBASE_CWDM4: 100GBASE-CWDM4 -
OPTIC_100GBASE_LR4: 100GBASE-LR4 -
OPTIC_100G_PSM4_MSA: 100G PSM4 MSA -
OPTIC_1000BASE_LX: 1000Base-LX -
OPTIC_1000BASE_SX: 1000Base-SX
If the service returns an enum value that is not available in the current SDK version,
opticalStandardwill returnOpticalStandard.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromopticalStandardAsString().- Returns:
- 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.
-
OPTIC_10GBASE_SR: 10GBASE-SR -
OPTIC_10GBASE_IR: 10GBASE-IR -
OPTIC_10GBASE_LR: 10GBASE-LR -
OPTIC_40GBASE_SR: 40GBASE-SR -
OPTIC_40GBASE_ESR: 40GBASE-ESR -
OPTIC_40GBASE_IR4_LR4L: 40GBASE-IR (LR4L) -
OPTIC_40GBASE_LR4: 40GBASE-LR4 -
OPTIC_100GBASE_SR4: 100GBASE-SR4 -
OPTIC_100GBASE_CWDM4: 100GBASE-CWDM4 -
OPTIC_100GBASE_LR4: 100GBASE-LR4 -
OPTIC_100G_PSM4_MSA: 100G PSM4 MSA -
OPTIC_1000BASE_LX: 1000Base-LX -
OPTIC_1000BASE_SX: 1000Base-SX
-
- See Also:
OpticalStandard
-
-
maximumSupportedWeightLbs
public final MaximumSupportedWeightLbs maximumSupportedWeightLbs()
The maximum rack weight that this site can support.
NO_LIMITis over 2000lbs.If the service returns an enum value that is not available in the current SDK version,
maximumSupportedWeightLbswill returnMaximumSupportedWeightLbs.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommaximumSupportedWeightLbsAsString().- Returns:
- The maximum rack weight that this site can support.
NO_LIMITis over 2000lbs. - See Also:
MaximumSupportedWeightLbs
-
maximumSupportedWeightLbsAsString
public final String maximumSupportedWeightLbsAsString()
The maximum rack weight that this site can support.
NO_LIMITis over 2000lbs.If the service returns an enum value that is not available in the current SDK version,
maximumSupportedWeightLbswill returnMaximumSupportedWeightLbs.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommaximumSupportedWeightLbsAsString().- Returns:
- The maximum rack weight that this site can support.
NO_LIMITis over 2000lbs. - See Also:
MaximumSupportedWeightLbs
-
toBuilder
public UpdateSiteRackPhysicalPropertiesRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateSiteRackPhysicalPropertiesRequest.Builder,UpdateSiteRackPhysicalPropertiesRequest>- Specified by:
toBuilderin classOutpostsRequest
-
builder
public static UpdateSiteRackPhysicalPropertiesRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateSiteRackPhysicalPropertiesRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-