public static class TunnelStatus.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TunnelStatus |
build() |
TunnelStatus.Builder |
copy(TunnelStatus model) |
TunnelStatus.Builder |
ipAddress(String ipAddress)
The IP address of Oracle’s VPN headend.
|
TunnelStatus.Builder |
lifecycleState(TunnelStatus.LifecycleState lifecycleState)
The tunnel’s current state.
|
TunnelStatus.Builder |
timeCreated(Date timeCreated)
The date and time the IPSec connection was created, in the format defined by
RFC3339.
|
TunnelStatus.Builder |
timeStateModified(Date timeStateModified)
When the state of the tunnel last changed, in the format defined by
RFC3339.
|
public TunnelStatus.Builder ipAddress(String ipAddress)
The IP address of Oracle’s VPN headend.
Example: 203.0.113.50
ipAddress
- the value to setpublic TunnelStatus.Builder lifecycleState(TunnelStatus.LifecycleState lifecycleState)
The tunnel’s current state.
lifecycleState
- the value to setpublic TunnelStatus.Builder timeCreated(Date timeCreated)
The date and time the IPSec connection was created, in the format defined by RFC3339.
Example: 2016-08-25T21:10:29.600Z
timeCreated
- the value to setpublic TunnelStatus.Builder timeStateModified(Date timeStateModified)
When the state of the tunnel last changed, in the format defined by RFC3339.
Example: 2016-08-25T21:10:29.600Z
timeStateModified
- the value to setpublic TunnelStatus build()
public TunnelStatus.Builder copy(TunnelStatus model)
Copyright © 2016–2024. All rights reserved.