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.InterfaceState
CrossConnectStatus.InterfaceState. create(String key)
CrossConnectStatus.InterfaceState
CrossConnectStatus. getInterfaceState()
Indicates whether Oracle’s side of the interface is up or down.static CrossConnectStatus.InterfaceState
CrossConnectStatus.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.Builder
CrossConnectStatus.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, CrossConnectStatus.EncryptionStatus encryptionStatus, List<Float> lightLevelsInDBm)
Deprecated.
-