Show / Hide Table of Contents

Class PrivateSourceDnsZone

Private source DNS Zone model.

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

Properties

Description

Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type Description
string

Description of private source dns zone.

DnsZone

Declaration
[Required(ErrorMessage = "DnsZone is required.")]
[JsonProperty(PropertyName = "dnsZone")]
public string DnsZone { get; set; }
Property Value
Type Description
string

Private Source DNS Zone. Ex: example-vcn.oraclevcn.com, corp.example.com.

Remarks

Required

In this article
Back to top