@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSiteRackPhysicalPropertiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateSiteRackPhysicalPropertiesRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateSiteRackPhysicalPropertiesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFiberOpticCableType()
Specify the type of fiber that you will use to attach the Outpost to your network.
|
String |
getMaximumSupportedWeightLbs()
Specify the maximum rack weight that this site can support.
|
String |
getOpticalStandard()
Specify the type of optical standard that you will use to attach the Outpost to your network.
|
String |
getPowerConnector()
Specify the power connector that Amazon Web Services should plan to provide for connections to the hardware.
|
String |
getPowerDrawKva()
Specify in kVA the power draw available at the hardware placement position for the rack.
|
String |
getPowerFeedDrop()
Specify whether the power feed comes above or below the rack.
|
String |
getPowerPhase()
Specify the power option that you can provide for hardware.
|
String |
getSiteId()
The ID or the Amazon Resource Name (ARN) of the site.
|
String |
getUplinkCount()
Racks come with two Outpost network devices.
|
String |
getUplinkGbps()
Specify the uplink speed the rack should support for the connection to the Region.
|
int |
hashCode() |
void |
setFiberOpticCableType(String fiberOpticCableType)
Specify the type of fiber that you will use to attach the Outpost to your network.
|
void |
setMaximumSupportedWeightLbs(String maximumSupportedWeightLbs)
Specify the maximum rack weight that this site can support.
|
void |
setOpticalStandard(String opticalStandard)
Specify the type of optical standard that you will use to attach the Outpost to your network.
|
void |
setPowerConnector(String powerConnector)
Specify the power connector that Amazon Web Services should plan to provide for connections to the hardware.
|
void |
setPowerDrawKva(String powerDrawKva)
Specify in kVA the power draw available at the hardware placement position for the rack.
|
void |
setPowerFeedDrop(String powerFeedDrop)
Specify whether the power feed comes above or below the rack.
|
void |
setPowerPhase(String powerPhase)
Specify the power option that you can provide for hardware.
|
void |
setSiteId(String siteId)
The ID or the Amazon Resource Name (ARN) of the site.
|
void |
setUplinkCount(String uplinkCount)
Racks come with two Outpost network devices.
|
void |
setUplinkGbps(String uplinkGbps)
Specify the uplink speed the rack should support for the connection to the Region.
|
String |
toString()
Returns a string representation of this object.
|
UpdateSiteRackPhysicalPropertiesRequest |
withFiberOpticCableType(FiberOpticCableType fiberOpticCableType)
Specify the type of fiber that you will use to attach the Outpost to your network.
|
UpdateSiteRackPhysicalPropertiesRequest |
withFiberOpticCableType(String fiberOpticCableType)
Specify the type of fiber that you will use to attach the Outpost to your network.
|
UpdateSiteRackPhysicalPropertiesRequest |
withMaximumSupportedWeightLbs(MaximumSupportedWeightLbs maximumSupportedWeightLbs)
Specify the maximum rack weight that this site can support.
|
UpdateSiteRackPhysicalPropertiesRequest |
withMaximumSupportedWeightLbs(String maximumSupportedWeightLbs)
Specify the maximum rack weight that this site can support.
|
UpdateSiteRackPhysicalPropertiesRequest |
withOpticalStandard(OpticalStandard opticalStandard)
Specify the type of optical standard that you will use to attach the Outpost to your network.
|
UpdateSiteRackPhysicalPropertiesRequest |
withOpticalStandard(String opticalStandard)
Specify the type of optical standard that you will use to attach the Outpost to your network.
|
UpdateSiteRackPhysicalPropertiesRequest |
withPowerConnector(PowerConnector powerConnector)
Specify the power connector that Amazon Web Services should plan to provide for connections to the hardware.
|
UpdateSiteRackPhysicalPropertiesRequest |
withPowerConnector(String powerConnector)
Specify the power connector that Amazon Web Services should plan to provide for connections to the hardware.
|
UpdateSiteRackPhysicalPropertiesRequest |
withPowerDrawKva(PowerDrawKva powerDrawKva)
Specify in kVA the power draw available at the hardware placement position for the rack.
|
UpdateSiteRackPhysicalPropertiesRequest |
withPowerDrawKva(String powerDrawKva)
Specify in kVA the power draw available at the hardware placement position for the rack.
|
UpdateSiteRackPhysicalPropertiesRequest |
withPowerFeedDrop(PowerFeedDrop powerFeedDrop)
Specify whether the power feed comes above or below the rack.
|
UpdateSiteRackPhysicalPropertiesRequest |
withPowerFeedDrop(String powerFeedDrop)
Specify whether the power feed comes above or below the rack.
|
UpdateSiteRackPhysicalPropertiesRequest |
withPowerPhase(PowerPhase powerPhase)
Specify the power option that you can provide for hardware.
|
UpdateSiteRackPhysicalPropertiesRequest |
withPowerPhase(String powerPhase)
Specify the power option that you can provide for hardware.
|
UpdateSiteRackPhysicalPropertiesRequest |
withSiteId(String siteId)
The ID or the Amazon Resource Name (ARN) of the site.
|
UpdateSiteRackPhysicalPropertiesRequest |
withUplinkCount(String uplinkCount)
Racks come with two Outpost network devices.
|
UpdateSiteRackPhysicalPropertiesRequest |
withUplinkCount(UplinkCount uplinkCount)
Racks come with two Outpost network devices.
|
UpdateSiteRackPhysicalPropertiesRequest |
withUplinkGbps(String uplinkGbps)
Specify the uplink speed the rack should support for the connection to the Region.
|
UpdateSiteRackPhysicalPropertiesRequest |
withUplinkGbps(UplinkGbps uplinkGbps)
Specify the uplink speed the rack should support for the connection to the Region.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public UpdateSiteRackPhysicalPropertiesRequest()
public void setSiteId(String siteId)
The ID or the Amazon Resource Name (ARN) of the site.
siteId
- The ID or the Amazon Resource Name (ARN) of the site.public String getSiteId()
The ID or the Amazon Resource Name (ARN) of the site.
public UpdateSiteRackPhysicalPropertiesRequest withSiteId(String siteId)
The ID or the Amazon Resource Name (ARN) of the site.
siteId
- The ID or the Amazon Resource Name (ARN) of the site.public void setPowerDrawKva(String powerDrawKva)
Specify in kVA the power draw available at the hardware placement position for the rack.
powerDrawKva
- Specify in kVA the power draw available at the hardware placement position for the rack.PowerDrawKva
public String getPowerDrawKva()
Specify in kVA the power draw available at the hardware placement position for the rack.
PowerDrawKva
public UpdateSiteRackPhysicalPropertiesRequest withPowerDrawKva(String powerDrawKva)
Specify in kVA the power draw available at the hardware placement position for the rack.
powerDrawKva
- Specify in kVA the power draw available at the hardware placement position for the rack.PowerDrawKva
public UpdateSiteRackPhysicalPropertiesRequest withPowerDrawKva(PowerDrawKva powerDrawKva)
Specify in kVA the power draw available at the hardware placement position for the rack.
powerDrawKva
- Specify in kVA the power draw available at the hardware placement position for the rack.PowerDrawKva
public void setPowerPhase(String powerPhase)
Specify 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
powerPhase
- Specify 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
PowerPhase
public String getPowerPhase()
Specify 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
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
PowerPhase
public UpdateSiteRackPhysicalPropertiesRequest withPowerPhase(String powerPhase)
Specify 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
powerPhase
- Specify 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
PowerPhase
public UpdateSiteRackPhysicalPropertiesRequest withPowerPhase(PowerPhase powerPhase)
Specify 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
powerPhase
- Specify 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
PowerPhase
public void setPowerConnector(String powerConnector)
Specify the power connector that Amazon Web Services should plan to provide for connections to the hardware. Note
the correlation between PowerPhase
and PowerConnector
.
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
powerConnector
- Specify the power connector that Amazon Web Services should plan to provide for connections to the
hardware. Note the correlation between PowerPhase
and PowerConnector
.
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
PowerConnector
public String getPowerConnector()
Specify the power connector that Amazon Web Services should plan to provide for connections to the hardware. Note
the correlation between PowerPhase
and PowerConnector
.
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
PowerPhase
and PowerConnector
.
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
PowerConnector
public UpdateSiteRackPhysicalPropertiesRequest withPowerConnector(String powerConnector)
Specify the power connector that Amazon Web Services should plan to provide for connections to the hardware. Note
the correlation between PowerPhase
and PowerConnector
.
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
powerConnector
- Specify the power connector that Amazon Web Services should plan to provide for connections to the
hardware. Note the correlation between PowerPhase
and PowerConnector
.
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
PowerConnector
public UpdateSiteRackPhysicalPropertiesRequest withPowerConnector(PowerConnector powerConnector)
Specify the power connector that Amazon Web Services should plan to provide for connections to the hardware. Note
the correlation between PowerPhase
and PowerConnector
.
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
powerConnector
- Specify the power connector that Amazon Web Services should plan to provide for connections to the
hardware. Note the correlation between PowerPhase
and PowerConnector
.
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
PowerConnector
public void setPowerFeedDrop(String powerFeedDrop)
Specify whether the power feed comes above or below the rack.
powerFeedDrop
- Specify whether the power feed comes above or below the rack.PowerFeedDrop
public String getPowerFeedDrop()
Specify whether the power feed comes above or below the rack.
PowerFeedDrop
public UpdateSiteRackPhysicalPropertiesRequest withPowerFeedDrop(String powerFeedDrop)
Specify whether the power feed comes above or below the rack.
powerFeedDrop
- Specify whether the power feed comes above or below the rack.PowerFeedDrop
public UpdateSiteRackPhysicalPropertiesRequest withPowerFeedDrop(PowerFeedDrop powerFeedDrop)
Specify whether the power feed comes above or below the rack.
powerFeedDrop
- Specify whether the power feed comes above or below the rack.PowerFeedDrop
public void setUplinkGbps(String uplinkGbps)
Specify the uplink speed the rack should support for the connection to the Region.
uplinkGbps
- Specify the uplink speed the rack should support for the connection to the Region.UplinkGbps
public String getUplinkGbps()
Specify the uplink speed the rack should support for the connection to the Region.
UplinkGbps
public UpdateSiteRackPhysicalPropertiesRequest withUplinkGbps(String uplinkGbps)
Specify the uplink speed the rack should support for the connection to the Region.
uplinkGbps
- Specify the uplink speed the rack should support for the connection to the Region.UplinkGbps
public UpdateSiteRackPhysicalPropertiesRequest withUplinkGbps(UplinkGbps uplinkGbps)
Specify the uplink speed the rack should support for the connection to the Region.
uplinkGbps
- Specify the uplink speed the rack should support for the connection to the Region.UplinkGbps
public void setUplinkCount(String 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
UplinkGbps
and UplinkCount
.
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
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 UplinkGbps
and UplinkCount
.
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
UplinkCount
public String getUplinkCount()
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
UplinkGbps
and UplinkCount
.
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
UplinkGbps
and UplinkCount
.
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
UplinkCount
public UpdateSiteRackPhysicalPropertiesRequest withUplinkCount(String 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
UplinkGbps
and UplinkCount
.
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
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 UplinkGbps
and UplinkCount
.
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
UplinkCount
public UpdateSiteRackPhysicalPropertiesRequest withUplinkCount(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
UplinkGbps
and UplinkCount
.
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
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 UplinkGbps
and UplinkCount
.
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
UplinkCount
public void setFiberOpticCableType(String fiberOpticCableType)
Specify the type of fiber that you will use to attach the Outpost to your network.
fiberOpticCableType
- Specify the type of fiber that you will use to attach the Outpost to your network.FiberOpticCableType
public String getFiberOpticCableType()
Specify the type of fiber that you will use to attach the Outpost to your network.
FiberOpticCableType
public UpdateSiteRackPhysicalPropertiesRequest withFiberOpticCableType(String fiberOpticCableType)
Specify the type of fiber that you will use to attach the Outpost to your network.
fiberOpticCableType
- Specify the type of fiber that you will use to attach the Outpost to your network.FiberOpticCableType
public UpdateSiteRackPhysicalPropertiesRequest withFiberOpticCableType(FiberOpticCableType fiberOpticCableType)
Specify the type of fiber that you will use to attach the Outpost to your network.
fiberOpticCableType
- Specify the type of fiber that you will use to attach the Outpost to your network.FiberOpticCableType
public void setOpticalStandard(String opticalStandard)
Specify 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
opticalStandard
- Specify 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
OpticalStandard
public String getOpticalStandard()
Specify 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
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
OpticalStandard
public UpdateSiteRackPhysicalPropertiesRequest withOpticalStandard(String opticalStandard)
Specify 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
opticalStandard
- Specify 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
OpticalStandard
public UpdateSiteRackPhysicalPropertiesRequest withOpticalStandard(OpticalStandard opticalStandard)
Specify 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
opticalStandard
- Specify 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
OpticalStandard
public void setMaximumSupportedWeightLbs(String maximumSupportedWeightLbs)
Specify the maximum rack weight that this site can support. NO_LIMIT
is over 2000lbs.
maximumSupportedWeightLbs
- Specify the maximum rack weight that this site can support. NO_LIMIT
is over 2000lbs.MaximumSupportedWeightLbs
public String getMaximumSupportedWeightLbs()
Specify the maximum rack weight that this site can support. NO_LIMIT
is over 2000lbs.
NO_LIMIT
is over 2000lbs.MaximumSupportedWeightLbs
public UpdateSiteRackPhysicalPropertiesRequest withMaximumSupportedWeightLbs(String maximumSupportedWeightLbs)
Specify the maximum rack weight that this site can support. NO_LIMIT
is over 2000lbs.
maximumSupportedWeightLbs
- Specify the maximum rack weight that this site can support. NO_LIMIT
is over 2000lbs.MaximumSupportedWeightLbs
public UpdateSiteRackPhysicalPropertiesRequest withMaximumSupportedWeightLbs(MaximumSupportedWeightLbs maximumSupportedWeightLbs)
Specify the maximum rack weight that this site can support. NO_LIMIT
is over 2000lbs.
maximumSupportedWeightLbs
- Specify the maximum rack weight that this site can support. NO_LIMIT
is over 2000lbs.MaximumSupportedWeightLbs
public String toString()
toString
in class Object
Object.toString()
public UpdateSiteRackPhysicalPropertiesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()