public static class TunnelSecurityAssociationSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TunnelSecurityAssociationSummary |
build() |
TunnelSecurityAssociationSummary.Builder |
copy(TunnelSecurityAssociationSummary model) |
TunnelSecurityAssociationSummary.Builder |
cpeSubnet(String cpeSubnet)
The IP address and mask of the partner subnet used in policy based VPNs or static routes.
|
TunnelSecurityAssociationSummary.Builder |
oracleSubnet(String oracleSubnet)
The IP address and mask of the local subnet used in policy based VPNs or static routes.
|
TunnelSecurityAssociationSummary.Builder |
time(String time)
Time in the current state, in seconds.
|
TunnelSecurityAssociationSummary.Builder |
tunnelSaErrorInfo(String tunnelSaErrorInfo)
Current state if the IPSec tunnel status is not
UP , including phase one and phase
two details and a possible reason the tunnel is not UP . |
TunnelSecurityAssociationSummary.Builder |
tunnelSaStatus(TunnelSecurityAssociationSummary.TunnelSaStatus tunnelSaStatus)
The IPSec tunnel’s phase one status.
|
public TunnelSecurityAssociationSummary.Builder cpeSubnet(String cpeSubnet)
The IP address and mask of the partner subnet used in policy based VPNs or static routes.
cpeSubnet
- the value to setpublic TunnelSecurityAssociationSummary.Builder oracleSubnet(String oracleSubnet)
The IP address and mask of the local subnet used in policy based VPNs or static routes.
oracleSubnet
- the value to setpublic TunnelSecurityAssociationSummary.Builder tunnelSaStatus(TunnelSecurityAssociationSummary.TunnelSaStatus tunnelSaStatus)
The IPSec tunnel’s phase one status.
tunnelSaStatus
- the value to setpublic TunnelSecurityAssociationSummary.Builder tunnelSaErrorInfo(String tunnelSaErrorInfo)
Current state if the IPSec tunnel status is not UP
, including phase one and phase
two details and a possible reason the tunnel is not UP
.
tunnelSaErrorInfo
- the value to setpublic TunnelSecurityAssociationSummary.Builder time(String time)
Time in the current state, in seconds.
time
- the value to setpublic TunnelSecurityAssociationSummary build()
public TunnelSecurityAssociationSummary.Builder copy(TunnelSecurityAssociationSummary model)
Copyright © 2016–2024. All rights reserved.