StructuredPojo
, ToCopyableBuilder<Interconnect.Builder,Interconnect>
@Generated("software.amazon.awssdk:codegen") public class Interconnect extends Object implements StructuredPojo, ToCopyableBuilder<Interconnect.Builder,Interconnect>
An interconnect is a connection that can host other connections.
Like a standard AWS Direct Connect connection, an interconnect represents the physical connection between an AWS Direct Connect partner's network and a specific Direct Connect location. An AWS Direct Connect partner who owns an interconnect can provision hosted connections on the interconnect for their end customers, thereby providing the end customers with connectivity to AWS services.
The resources of the interconnect, including bandwidth and VLAN numbers, are shared by all of the hosted connections on the interconnect, and the owner of the interconnect determines how these resources are assigned.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Interconnect.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
awsDevice() |
The Direct Connection endpoint which the physical connection terminates on.
|
String |
bandwidth() |
|
static Interconnect.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
interconnectId() |
|
String |
interconnectName() |
|
String |
interconnectState() |
|
String |
lagId() |
|
Date |
loaIssueTime() |
The time of the most recent call to DescribeInterconnectLoa for this Interconnect.
|
String |
location() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
region() |
|
static Class<? extends Interconnect.Builder> |
serializableBuilderClass() |
|
Interconnect.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String interconnectId()
public String interconnectName()
public String interconnectState()
InterconnectState
public String region()
public String location()
public String bandwidth()
public Date loaIssueTime()
The time of the most recent call to DescribeInterconnectLoa for this Interconnect.
public String lagId()
public String awsDevice()
The Direct Connection endpoint which the physical connection terminates on.
public Interconnect.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Interconnect.Builder,Interconnect>
public static Interconnect.Builder builder()
public static Class<? extends Interconnect.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.