Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and Description |
---|---|
static TunnelStatus.LifecycleState |
TunnelStatus.LifecycleState.create(String key) |
TunnelStatus.LifecycleState |
TunnelStatus.getLifecycleState()
The tunnel’s current state.
|
static TunnelStatus.LifecycleState |
TunnelStatus.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TunnelStatus.LifecycleState[] |
TunnelStatus.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TunnelStatus.Builder |
TunnelStatus.Builder.lifecycleState(TunnelStatus.LifecycleState lifecycleState)
The tunnel’s current state.
|
Constructor and Description |
---|
TunnelStatus(String ipAddress,
TunnelStatus.LifecycleState lifecycleState,
Date timeCreated,
Date timeStateModified)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.