Class TunnelStatus.Builder
- java.lang.Object
- 
- com.oracle.bmc.vnmonitoring.model.TunnelStatus.Builder
 
- 
- Enclosing class:
- TunnelStatus
 
 public static class TunnelStatus.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TunnelStatusbuild()TunnelStatus.Buildercopy(TunnelStatus model)TunnelStatus.BuilderipAddress(String ipAddress)The IP address of Oracle’s VPN headend.TunnelStatus.BuilderlifecycleState(TunnelStatus.LifecycleState lifecycleState)The tunnel’s current state.TunnelStatus.BuildertimeCreated(Date timeCreated)The date and time the IPSec connection was created, in the format defined by RFC3339.TunnelStatus.BuildertimeStateModified(Date timeStateModified)When the state of the tunnel last changed, in the format defined by RFC3339.
 
- 
- 
- 
Method Detail- 
ipAddresspublic TunnelStatus.Builder ipAddress(String ipAddress) The IP address of Oracle’s VPN headend.Example: 203.0.113.50 - Parameters:
- ipAddress- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic TunnelStatus.Builder lifecycleState(TunnelStatus.LifecycleState lifecycleState) The tunnel’s current state.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic 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 - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeStateModifiedpublic 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 - Parameters:
- timeStateModified- the value to set
- Returns:
- this builder
 
 - 
buildpublic TunnelStatus build() 
 - 
copypublic TunnelStatus.Builder copy(TunnelStatus model) 
 
- 
 
-