Uses of Enum
api.equinix.javasdk.fabric.enums.ConnectionOperationType
Packages that use ConnectionOperationType
Package
Description
Fabric-specific enumerations for the Equinix Java SDK.
Fabric domain model interfaces for the Equinix Java SDK.
-
Uses of ConnectionOperationType in api.equinix.javasdk.fabric.client.internal
Methods in api.equinix.javasdk.fabric.client.internal with parameters of type ConnectionOperationTypeModifier and TypeMethodDescriptionConnectionClient.performOperation(String uuid, ConnectionOperationType connectionOperationType, String description, Object bodyObject) -
Uses of ConnectionOperationType in api.equinix.javasdk.fabric.client.internal.implementation
Methods in api.equinix.javasdk.fabric.client.internal.implementation with parameters of type ConnectionOperationTypeModifier and TypeMethodDescriptionConnectionClientImpl.performOperation(String uuid, ConnectionOperationType connectionOperationType, String description, Object bodyObject) -
Uses of ConnectionOperationType in api.equinix.javasdk.fabric.enums
Methods in api.equinix.javasdk.fabric.enums that return ConnectionOperationTypeModifier and TypeMethodDescriptionstatic ConnectionOperationTypeReturns the enum constant of this type with the specified name.static ConnectionOperationType[]ConnectionOperationType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConnectionOperationType in api.equinix.javasdk.fabric.model
Methods in api.equinix.javasdk.fabric.model with parameters of type ConnectionOperationTypeModifier and TypeMethodDescriptionvoidConnection.performOperation(ConnectionOperationType connectionOperation) voidConnection.performOperation(ConnectionOperationType connectionOperation, String description) voidConnection.performOperation(ConnectionOperationType connectionOperation, String description, Object bodyObject) -
Uses of ConnectionOperationType in api.equinix.javasdk.fabric.model.wrappers
Methods in api.equinix.javasdk.fabric.model.wrappers with parameters of type ConnectionOperationTypeModifier and TypeMethodDescriptionvoidConnectionWrapper.performOperation(ConnectionOperationType connectionOperation) voidConnectionWrapper.performOperation(ConnectionOperationType connectionOperation, String description) voidConnectionWrapper.performOperation(ConnectionOperationType connectionOperationType, String description, Object bodyObject)