Show / Hide Table of Contents

Class AddOracleManagedCustomEndpointDetails

Details for enabling Oracle Managed custom endpoint

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

Properties

DnsType

Declaration
[JsonProperty(PropertyName = "dnsType")]
[JsonConverter(typeof(StringEnumConverter))]
public AddOracleManagedCustomEndpointDetails.DnsTypeEnum? DnsType { get; set; }
Property Value
Type Description
AddOracleManagedCustomEndpointDetails.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

Oracle managed custom hostname

Remarks

Required

In this article
Back to top