Class CustomEndpointDetails
Details for a custom endpoint for the integration instance.
Inherited Members
Namespace: Oci.IntegrationService.Models
Assembly: OCI.DotNetSDK.Integration.dll
Syntax
public class CustomEndpointDetails
Properties
Alias
Declaration
[JsonProperty(PropertyName = "alias")]
public string Alias { get; set; }
Property Value
Type | Description |
---|---|
string | When creating the DNS CNAME record for the custom hostname, this value must be specified in the rdata. |
CertificateSecretId
Declaration
[JsonProperty(PropertyName = "certificateSecretId")]
public string CertificateSecretId { get; set; }
Property Value
Type | Description |
---|---|
string | Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname. |
CertificateSecretVersion
Declaration
[JsonProperty(PropertyName = "certificateSecretVersion")]
public int? CertificateSecretVersion { get; set; }
Property Value
Type | Description |
---|---|
int? | The secret version used for the certificate-secret-id (if certificate-secret-id is specified). |
DnsType
Declaration
[JsonProperty(PropertyName = "dnsType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public CustomEndpointDetails.DnsTypeEnum? DnsType { get; set; }
Property Value
Type | Description |
---|---|
CustomEndpointDetails.DnsTypeEnum? | Type of DNS. |
DnsZoneName
Declaration
[JsonProperty(PropertyName = "dnsZoneName")]
public string DnsZoneName { get; set; }
Property Value
Type | Description |
---|---|
string | DNS Zone name |
Hostname
Declaration
[Required(ErrorMessage = "Hostname is required.")]
[JsonProperty(PropertyName = "hostname")]
public string Hostname { get; set; }
Property Value
Type | Description |
---|---|
string | A custom hostname to be used for the integration instance URL, in FQDN format. |
Remarks
Required
ManagedType
Declaration
[JsonProperty(PropertyName = "managedType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public CustomEndpointDetails.ManagedTypeEnum? ManagedType { get; set; }
Property Value
Type | Description |
---|---|
CustomEndpointDetails.ManagedTypeEnum? | Indicates if custom endpoint is managed by oracle or customer. |