Class UpdateIPSecTunnelEncryptionDomainDetails
Request to update a multi-encryption domain policy on the IPSec tunnel. There can't be more than 50 security associations in use at one time. See Encryption domain for policy-based tunnels for more.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class UpdateIPSecTunnelEncryptionDomainDetails
Properties
CpeTrafficSelector
Declaration
[JsonProperty(PropertyName = "cpeTrafficSelector")]
public List<string> CpeTrafficSelector { get; set; }
Property Value
Type | Description |
---|---|
List<string> | Lists IPv4 or IPv6-enabled subnets in your on-premises network. |
OracleTrafficSelector
Declaration
[JsonProperty(PropertyName = "oracleTrafficSelector")]
public List<string> OracleTrafficSelector { get; set; }
Property Value
Type | Description |
---|---|
List<string> | Lists IPv4 or IPv6-enabled subnets in your Oracle tenancy. |