Uses of Enum Class
com.morpheusdata.model.ComputeServer.CommType
Packages that use ComputeServer.CommType
-
Uses of ComputeServer.CommType in com.morpheusdata.model
Methods in com.morpheusdata.model that return ComputeServer.CommTypeModifier and TypeMethodDescriptionstatic ComputeServer.CommTypeReturns the enum constant of this class with the specified name.static ComputeServer.CommType[]ComputeServer.CommType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ComputeServer.CommType in com.morpheusdata.response
Fields in com.morpheusdata.response declared as ComputeServer.CommTypeModifier and TypeFieldDescriptionprotected ComputeServer.CommTypeInitializeHypervisorResponse.commTypeType of communication used to access the hypervisorMethods in com.morpheusdata.response that return ComputeServer.CommTypeMethods in com.morpheusdata.response with parameters of type ComputeServer.CommTypeModifier and TypeMethodDescriptionvoidInitializeHypervisorResponse.setCommType(ComputeServer.CommType commType)