Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and Description |
---|---|
static TunnelSecurityAssociationSummary.TunnelSaStatus |
TunnelSecurityAssociationSummary.TunnelSaStatus.create(String key) |
TunnelSecurityAssociationSummary.TunnelSaStatus |
TunnelSecurityAssociationSummary.getTunnelSaStatus()
The IPSec tunnel’s phase one status.
|
static TunnelSecurityAssociationSummary.TunnelSaStatus |
TunnelSecurityAssociationSummary.TunnelSaStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TunnelSecurityAssociationSummary.TunnelSaStatus[] |
TunnelSecurityAssociationSummary.TunnelSaStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TunnelSecurityAssociationSummary.Builder |
TunnelSecurityAssociationSummary.Builder.tunnelSaStatus(TunnelSecurityAssociationSummary.TunnelSaStatus tunnelSaStatus)
The IPSec tunnel’s phase one status.
|
Constructor and Description |
---|
TunnelSecurityAssociationSummary(String cpeSubnet,
String oracleSubnet,
TunnelSecurityAssociationSummary.TunnelSaStatus tunnelSaStatus,
String tunnelSaErrorInfo,
String time)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.