Uses of Class
com.oracle.bmc.vnmonitoring.model.CrossConnectStatus.InterfaceState
-
Packages that use CrossConnectStatus.InterfaceState Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of CrossConnectStatus.InterfaceState in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return CrossConnectStatus.InterfaceState Modifier and Type Method Description static CrossConnectStatus.InterfaceStateCrossConnectStatus.InterfaceState. create(String key)CrossConnectStatus.InterfaceStateCrossConnectStatus. getInterfaceState()Indicates whether Oracle’s side of the interface is up or down.static CrossConnectStatus.InterfaceStateCrossConnectStatus.InterfaceState. valueOf(String name)Returns the enum constant of this type with the specified name.static CrossConnectStatus.InterfaceState[]CrossConnectStatus.InterfaceState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.vnmonitoring.model with parameters of type CrossConnectStatus.InterfaceState Modifier and Type Method Description CrossConnectStatus.BuilderCrossConnectStatus.Builder. interfaceState(CrossConnectStatus.InterfaceState interfaceState)Indicates whether Oracle’s side of the interface is up or down.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type CrossConnectStatus.InterfaceState Constructor Description CrossConnectStatus(String crossConnectId, CrossConnectStatus.InterfaceState interfaceState, Float lightLevelIndBm, CrossConnectStatus.LightLevelIndicator lightLevelIndicator)Deprecated.
-