CreateIPSecTunnelEncryptionDomainDetails

class oci.core.models.CreateIPSecTunnelEncryptionDomainDetails(**kwargs)

Bases: object

Request to enable 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.

Methods

__init__(**kwargs) Initializes a new CreateIPSecTunnelEncryptionDomainDetails object with values from keyword arguments.

Attributes

cpe_traffic_selector Gets the cpe_traffic_selector of this CreateIPSecTunnelEncryptionDomainDetails.
oracle_traffic_selector Gets the oracle_traffic_selector of this CreateIPSecTunnelEncryptionDomainDetails.
__init__(**kwargs)

Initializes a new CreateIPSecTunnelEncryptionDomainDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • oracle_traffic_selector (list[str]) – The value to assign to the oracle_traffic_selector property of this CreateIPSecTunnelEncryptionDomainDetails.
  • cpe_traffic_selector (list[str]) – The value to assign to the cpe_traffic_selector property of this CreateIPSecTunnelEncryptionDomainDetails.
cpe_traffic_selector

Gets the cpe_traffic_selector of this CreateIPSecTunnelEncryptionDomainDetails. Lists IPv4 or IPv6-enabled subnets in your on-premises network.

Returns:The cpe_traffic_selector of this CreateIPSecTunnelEncryptionDomainDetails.
Return type:list[str]
oracle_traffic_selector

Gets the oracle_traffic_selector of this CreateIPSecTunnelEncryptionDomainDetails. Lists IPv4 or IPv6-enabled subnets in your Oracle tenancy.

Returns:The oracle_traffic_selector of this CreateIPSecTunnelEncryptionDomainDetails.
Return type:list[str]