Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
CrossConnectStatus.Builder |
CrossConnectStatus.Builder.interfaceState(CrossConnectStatus.InterfaceState interfaceState)
Indicates whether Oracle’s side of the interface is up or down.
|
Constructor and Description |
---|
CrossConnectStatus(String crossConnectId,
CrossConnectStatus.InterfaceState interfaceState,
Float lightLevelIndBm,
CrossConnectStatus.LightLevelIndicator lightLevelIndicator,
CrossConnectStatus.EncryptionStatus encryptionStatus,
List<Float> lightLevelsInDBm)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.