Show / Hide Table of Contents

Class EncryptionDomainConfig

Configuration information used by the encryption domain policy.

Inheritance
object
EncryptionDomainConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class EncryptionDomainConfig

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.

In this article
Back to top