PeerDbDetails Class
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.
PeerDb Details
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.PeerDbDetailsTypeConverter))]
public class PeerDbDetails : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IPeerDbDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.PeerDbDetailsTypeConverter))>]
type PeerDbDetails = class
interface IPeerDbDetails
interface IJsonSerializable
Public Class PeerDbDetails
Implements IPeerDbDetails
- Inheritance
-
PeerDbDetails
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| PeerDbDetails() |
Creates an new PeerDbDetails instance. |
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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PeerDbDetails. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PeerDbDetails. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IPeerDbDetails. |
| FromJsonString(String) |
Creates a new instance of PeerDbDetails, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of PeerDbDetails into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |