IDnsPrivateZoneProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.DnsPrivateZonePropertiesTypeConverter))]
public interface IDnsPrivateZoneProperties : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.DnsPrivateZonePropertiesTypeConverter))>]
type IDnsPrivateZoneProperties = interface
    interface IJsonSerializable
Public Interface IDnsPrivateZoneProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
IsProtected

A Boolean flag indicating whether or not parts of the resource are unable to be explicitly managed.

LifecycleState

Zones lifecycleState

Ocid

The OCID of the Zone

ProvisioningState

Azure resource provisioning state.

Self

The canonical absolute URL of the resource.

Serial

The current serial of the zone. As seen in the zone's SOA record.

TimeCreated

Zones timeCreated

Version

Version is the never-repeating, totally-orderable, version of the zone, from which the serial field of the zone's SOA record is derived.

ViewId

The OCID of the private view containing the zone. This value will be null for zones in the global DNS, which are publicly resolvable and not part of a private view.

ZoneType

The type of the zone. Must be either PRIMARY or SECONDARY. SECONDARY is only supported for GLOBAL zones.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to