EncryptionDomainConfig¶
- 
class oci.core.models.EncryptionDomainConfig(**kwargs)¶
- Bases: - object- Configuration information used by the encryption domain policy. - Methods - __init__(**kwargs)- Initializes a new EncryptionDomainConfig object with values from keyword arguments. - Attributes - cpe_traffic_selector- Gets the cpe_traffic_selector of this EncryptionDomainConfig. - oracle_traffic_selector- Gets the oracle_traffic_selector of this EncryptionDomainConfig. - 
__init__(**kwargs)¶
- Initializes a new EncryptionDomainConfig 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 EncryptionDomainConfig.
- cpe_traffic_selector (list[str]) – The value to assign to the cpe_traffic_selector property of this EncryptionDomainConfig.
 
 - 
cpe_traffic_selector¶
- Gets the cpe_traffic_selector of this EncryptionDomainConfig. Lists IPv4 or IPv6-enabled subnets in your on-premises network. - Returns: - The cpe_traffic_selector of this EncryptionDomainConfig. - Return type: - list[str] 
 - 
oracle_traffic_selector¶
- Gets the oracle_traffic_selector of this EncryptionDomainConfig. Lists IPv4 or IPv6-enabled subnets in your Oracle tenancy. - Returns: - The oracle_traffic_selector of this EncryptionDomainConfig. - Return type: - list[str] 
 
-