Class ConnectionWrapper
java.lang.Object
api.equinix.javasdk.core.model.ResourceImpl<Connection>
api.equinix.javasdk.fabric.model.wrappers.ConnectionWrapper
- All Implemented Interfaces:
Resource<Connection>,Connection
ConnectionWrapper class.
- Version:
- $Id: $Id
- Author:
- ianjones
-
Constructor Summary
ConstructorsConstructorDescriptionConnectionWrapper(ConnectionJson portJson, Pageable<Connection> serviceClient) Constructor for ConnectionWrapper. -
Method Summary
Modifier and TypeMethodDescriptiondelete()voidperformOperation(ConnectionOperationType connectionOperation) voidperformOperation(ConnectionOperationType connectionOperation, String description) voidperformOperation(ConnectionOperationType connectionOperationType, String description, Object bodyObject) voidrefresh()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface api.equinix.javasdk.fabric.model.Connection
getAccount, getAdditionalInfo, getASide, getBandwidth, getChange, getChangeLog, getDirection, getHref, getIsRemote, getName, getNotifications, getOperation, getOrder, getRedundancy, getState, getType, getUuid, getZSideMethods inherited from interface api.equinix.javasdk.core.model.Resource
getServiceClient
-
Constructor Details
-
ConnectionWrapper
Constructor for ConnectionWrapper.
- Parameters:
portJson- aConnectionJsonobject.serviceClient- aPageableobject.
-
-
Method Details
-
performOperation
public void performOperation(ConnectionOperationType connectionOperationType, String description, Object bodyObject) - Specified by:
performOperationin interfaceConnection
-
performOperation
- Specified by:
performOperationin interfaceConnection
-
performOperation
- Specified by:
performOperationin interfaceConnection
-
delete
- Specified by:
deletein interfaceConnection
-
refresh
public void refresh()- Specified by:
refreshin interfaceConnection
-