UpdateIPSecTunnelEncryptionDomainDetails

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

Bases: object

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.

Methods

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

Attributes

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

Initializes a new UpdateIPSecTunnelEncryptionDomainDetails 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 UpdateIPSecTunnelEncryptionDomainDetails.
  • cpe_traffic_selector (list[str]) – The value to assign to the cpe_traffic_selector property of this UpdateIPSecTunnelEncryptionDomainDetails.
cpe_traffic_selector

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

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

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

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