@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLagRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the CreateLag operation.
NOOP
Constructor and Description |
---|
CreateLagRequest() |
Modifier and Type | Method and Description |
---|---|
CreateLagRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConnectionId()
The ID of an existing connection to migrate to the LAG.
|
String |
getConnectionsBandwidth()
The bandwidth of the individual physical connections bundled by the LAG.
|
String |
getLagName()
The name of the LAG.
|
String |
getLocation()
The AWS Direct Connect location in which the LAG should be allocated.
|
Integer |
getNumberOfConnections()
The number of physical connections initially provisioned and bundled by the LAG.
|
int |
hashCode() |
void |
setConnectionId(String connectionId)
The ID of an existing connection to migrate to the LAG.
|
void |
setConnectionsBandwidth(String connectionsBandwidth)
The bandwidth of the individual physical connections bundled by the LAG.
|
void |
setLagName(String lagName)
The name of the LAG.
|
void |
setLocation(String location)
The AWS Direct Connect location in which the LAG should be allocated.
|
void |
setNumberOfConnections(Integer numberOfConnections)
The number of physical connections initially provisioned and bundled by the LAG.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateLagRequest |
withConnectionId(String connectionId)
The ID of an existing connection to migrate to the LAG.
|
CreateLagRequest |
withConnectionsBandwidth(String connectionsBandwidth)
The bandwidth of the individual physical connections bundled by the LAG.
|
CreateLagRequest |
withLagName(String lagName)
The name of the LAG.
|
CreateLagRequest |
withLocation(String location)
The AWS Direct Connect location in which the LAG should be allocated.
|
CreateLagRequest |
withNumberOfConnections(Integer numberOfConnections)
The number of physical connections initially provisioned and bundled by the LAG.
|
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 void setNumberOfConnections(Integer numberOfConnections)
The number of physical connections initially provisioned and bundled by the LAG.
Default: None
numberOfConnections
- The number of physical connections initially provisioned and bundled by the LAG.
Default: None
public Integer getNumberOfConnections()
The number of physical connections initially provisioned and bundled by the LAG.
Default: None
Default: None
public CreateLagRequest withNumberOfConnections(Integer numberOfConnections)
The number of physical connections initially provisioned and bundled by the LAG.
Default: None
numberOfConnections
- The number of physical connections initially provisioned and bundled by the LAG.
Default: None
public void setLocation(String location)
The AWS Direct Connect location in which the LAG should be allocated.
Example: EqSV5
Default: None
location
- The AWS Direct Connect location in which the LAG should be allocated.
Example: EqSV5
Default: None
public String getLocation()
The AWS Direct Connect location in which the LAG should be allocated.
Example: EqSV5
Default: None
Example: EqSV5
Default: None
public CreateLagRequest withLocation(String location)
The AWS Direct Connect location in which the LAG should be allocated.
Example: EqSV5
Default: None
location
- The AWS Direct Connect location in which the LAG should be allocated.
Example: EqSV5
Default: None
public void setConnectionsBandwidth(String connectionsBandwidth)
The bandwidth of the individual physical connections bundled by the LAG.
Default: None
Available values: 1Gbps, 10Gbps
connectionsBandwidth
- The bandwidth of the individual physical connections bundled by the LAG.
Default: None
Available values: 1Gbps, 10Gbps
public String getConnectionsBandwidth()
The bandwidth of the individual physical connections bundled by the LAG.
Default: None
Available values: 1Gbps, 10Gbps
Default: None
Available values: 1Gbps, 10Gbps
public CreateLagRequest withConnectionsBandwidth(String connectionsBandwidth)
The bandwidth of the individual physical connections bundled by the LAG.
Default: None
Available values: 1Gbps, 10Gbps
connectionsBandwidth
- The bandwidth of the individual physical connections bundled by the LAG.
Default: None
Available values: 1Gbps, 10Gbps
public void setLagName(String lagName)
The name of the LAG.
Example: "3x10G LAG to AWS
"
Default: None
lagName
- The name of the LAG.
Example: "3x10G LAG to AWS
"
Default: None
public String getLagName()
The name of the LAG.
Example: "3x10G LAG to AWS
"
Default: None
Example: "3x10G LAG to AWS
"
Default: None
public CreateLagRequest withLagName(String lagName)
The name of the LAG.
Example: "3x10G LAG to AWS
"
Default: None
lagName
- The name of the LAG.
Example: "3x10G LAG to AWS
"
Default: None
public void setConnectionId(String connectionId)
The ID of an existing connection to migrate to the LAG.
Default: None
connectionId
- The ID of an existing connection to migrate to the LAG.
Default: None
public String getConnectionId()
The ID of an existing connection to migrate to the LAG.
Default: None
Default: None
public CreateLagRequest withConnectionId(String connectionId)
The ID of an existing connection to migrate to the LAG.
Default: None
connectionId
- The ID of an existing connection to migrate to the LAG.
Default: None
public String toString()
toString
in class Object
Object.toString()
public CreateLagRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.