Uses of Class
com.oracle.bmc.ocvp.model.ManagementApplianceConnectionState
-
Packages that use ManagementApplianceConnectionState Package Description com.oracle.bmc.ocvp.model -
-
Uses of ManagementApplianceConnectionState in com.oracle.bmc.ocvp.model
Methods in com.oracle.bmc.ocvp.model that return ManagementApplianceConnectionState Modifier and Type Method Description static ManagementApplianceConnectionStateManagementApplianceConnectionState. create(String key)ManagementApplianceConnectionStateManagementApplianceConnectionStatus. getState()Current connection status.static ManagementApplianceConnectionStateManagementApplianceConnectionState. valueOf(String name)Returns the enum constant of this type with the specified name.static ManagementApplianceConnectionState[]ManagementApplianceConnectionState. 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 ManagementApplianceConnectionState Modifier and Type Method Description ManagementApplianceConnectionStatus.BuilderManagementApplianceConnectionStatus.Builder. state(ManagementApplianceConnectionState state)Current connection status.Constructors in com.oracle.bmc.ocvp.model with parameters of type ManagementApplianceConnectionState Constructor Description ManagementApplianceConnectionStatus(ManagementApplianceHeartbeatConnectionType type, ManagementApplianceConnectionState state, String details)Deprecated.
-