Uses of Class
com.oracle.bmc.vnmonitoring.model.TunnelStatus.Builder
-
Packages that use TunnelStatus.Builder Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of TunnelStatus.Builder in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return TunnelStatus.Builder Modifier and Type Method Description static TunnelStatus.Builder
TunnelStatus. builder()
Create a new builder.TunnelStatus.Builder
TunnelStatus.Builder. copy(TunnelStatus model)
TunnelStatus.Builder
TunnelStatus.Builder. ipAddress(String ipAddress)
The IP address of Oracle’s VPN headend.TunnelStatus.Builder
TunnelStatus.Builder. lifecycleState(TunnelStatus.LifecycleState lifecycleState)
The tunnel’s current state.TunnelStatus.Builder
TunnelStatus.Builder. timeCreated(Date timeCreated)
The date and time the IPSec connection was created, in the format defined by RFC3339.TunnelStatus.Builder
TunnelStatus.Builder. timeStateModified(Date timeStateModified)
When the state of the tunnel last changed, in the format defined by RFC3339.TunnelStatus.Builder
TunnelStatus. toBuilder()
-