IPeerDbDetails Interface

Definition

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

Properties

Name Description
PeerDbId

The Azure resource ID of the Disaster Recovery peer database, which is located in a different region from the current peer database.

PeerDbLocation

The location of the Disaster Recovery peer database.

PeerDbOcid

Ocid of the Disaster Recovery peer database, which is located in a different region from the current peer database.

Methods

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

Applies to