IPeerDbDetails Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |