Package api.equinix.javasdk.fabric.model
Interface Connection
- All Known Implementing Classes:
ConnectionWrapper
public interface Connection
Connection interface.
- Version:
- $Id: $Id
- Author:
- ianjones
-
Method Summary
Modifier and TypeMethodDescriptiondelete()getASide()getHref()getName()getOrder()getState()getType()getUuid()getZSide()voidperformOperation(ConnectionOperationType connectionOperation) voidperformOperation(ConnectionOperationType connectionOperation, String description) voidperformOperation(ConnectionOperationType connectionOperation, String description, Object bodyObject) voidrefresh()
-
Method Details
-
getUuid
String getUuid() -
getType
ConnectionType getType() -
getHref
String getHref() -
getName
String getName() -
getState
ConnectionState getState() -
getOrder
Order getOrder() -
getOperation
ConnectionOperation getOperation() -
getNotifications
List<Notification> getNotifications() -
getAccount
Account getAccount() -
getChangeLog
ChangeLog getChangeLog() -
getBandwidth
Integer getBandwidth() -
getRedundancy
Redundancy getRedundancy() -
getIsRemote
Boolean getIsRemote() -
getDirection
Direction getDirection() -
getASide
ConnectionSide getASide() -
getZSide
ConnectionSide getZSide() -
getAdditionalInfo
List<KeyValuePair> getAdditionalInfo() -
getChange
Change getChange() -
performOperation
void performOperation(ConnectionOperationType connectionOperation, String description, Object bodyObject) -
performOperation
-
performOperation
-
delete
Boolean delete() -
refresh
void refresh()
-