Uses of Class
com.oracle.bmc.ocvp.model.ManagementApplianceHeartbeatConnectionType
-
Packages that use ManagementApplianceHeartbeatConnectionType Package Description com.oracle.bmc.ocvp.model -
-
Uses of ManagementApplianceHeartbeatConnectionType in com.oracle.bmc.ocvp.model
Methods in com.oracle.bmc.ocvp.model that return ManagementApplianceHeartbeatConnectionType Modifier and Type Method Description static ManagementApplianceHeartbeatConnectionTypeManagementApplianceHeartbeatConnectionType. create(String key)ManagementApplianceHeartbeatConnectionTypeManagementApplianceConnectionStatus. getType()Type of connection.static ManagementApplianceHeartbeatConnectionTypeManagementApplianceHeartbeatConnectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ManagementApplianceHeartbeatConnectionType[]ManagementApplianceHeartbeatConnectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.ocvp.model with parameters of type ManagementApplianceHeartbeatConnectionType Modifier and Type Method Description ManagementApplianceConnectionStatus.BuilderManagementApplianceConnectionStatus.Builder. type(ManagementApplianceHeartbeatConnectionType type)Type of connection.Constructors in com.oracle.bmc.ocvp.model with parameters of type ManagementApplianceHeartbeatConnectionType Constructor Description ManagementApplianceConnectionStatus(ManagementApplianceHeartbeatConnectionType type, ManagementApplianceConnectionState state, String details)Deprecated.
-