PrivateSourceDnsZone

class oci.analytics.models.PrivateSourceDnsZone(**kwargs)

Bases: object

Private source DNS Zone model.

Methods

__init__(**kwargs) Initializes a new PrivateSourceDnsZone object with values from keyword arguments.

Attributes

description Gets the description of this PrivateSourceDnsZone.
dns_zone [Required] Gets the dns_zone of this PrivateSourceDnsZone.
__init__(**kwargs)

Initializes a new PrivateSourceDnsZone object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • dns_zone (str) – The value to assign to the dns_zone property of this PrivateSourceDnsZone.
  • description (str) – The value to assign to the description property of this PrivateSourceDnsZone.
description

Gets the description of this PrivateSourceDnsZone. Description of private source dns zone.

Returns:The description of this PrivateSourceDnsZone.
Return type:str
dns_zone

[Required] Gets the dns_zone of this PrivateSourceDnsZone. Private Source DNS Zone. Ex: example-vcn.oraclevcn.com, corp.example.com.

Returns:The dns_zone of this PrivateSourceDnsZone.
Return type:str