public class Interconnect extends Object implements Serializable, Cloneable
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.
Constructor and Description |
---|
Interconnect() |
public void setInterconnectId(String interconnectId)
interconnectId
- public String getInterconnectId()
public Interconnect withInterconnectId(String interconnectId)
interconnectId
- public void setInterconnectName(String interconnectName)
interconnectName
- public String getInterconnectName()
public Interconnect withInterconnectName(String interconnectName)
interconnectName
- public void setInterconnectState(String interconnectState)
interconnectState
- InterconnectState
public String getInterconnectState()
InterconnectState
public Interconnect withInterconnectState(String interconnectState)
interconnectState
- InterconnectState
public void setInterconnectState(InterconnectState interconnectState)
interconnectState
- InterconnectState
public Interconnect withInterconnectState(InterconnectState interconnectState)
interconnectState
- InterconnectState
public void setRegion(String region)
region
- public String getRegion()
public Interconnect withRegion(String region)
region
- public void setLocation(String location)
location
- public String getLocation()
public Interconnect withLocation(String location)
location
- public void setBandwidth(String bandwidth)
bandwidth
- public String getBandwidth()
public Interconnect withBandwidth(String bandwidth)
bandwidth
- public String toString()
toString
in class Object
Object.toString()
public Interconnect clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.