Class CatalogPeerWithExadbXsNewVaultAndCluster
Details of the catalog peer
Inherited Members
Namespace: Oci.DistributeddatabaseService.Models
Assembly: OCI.DotNetSDK.Distributeddatabase.dll
Syntax
public class CatalogPeerWithExadbXsNewVaultAndCluster
Properties
AvailabilityDomain
Declaration
[JsonProperty(PropertyName = "availabilityDomain")]
public string AvailabilityDomain { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The name of the availability domain that the distributed database shard will be located in. |
ContainerDatabaseId
Declaration
[JsonProperty(PropertyName = "containerDatabaseId")]
public string ContainerDatabaseId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | the identifier of the container database for underlying supporting resource. |
DbStorageVaultDetails
Declaration
[JsonProperty(PropertyName = "dbStorageVaultDetails")]
public DistributedDbStorageVault DbStorageVaultDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| DistributedDbStorageVault |
Metadata
Declaration
[JsonProperty(PropertyName = "metadata")]
public DistributedDbMetadata Metadata { get; set; }
Property Value
| Type | Description |
|---|---|
| DistributedDbMetadata |
ProtectionMode
Declaration
[JsonProperty(PropertyName = "protectionMode")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DistributedDbProtectionMode? ProtectionMode { get; set; }
Property Value
| Type | Description |
|---|---|
| DistributedDbProtectionMode? | The protectionMode for the catalog peer. |
ShardGroup
Declaration
[Required(ErrorMessage = "ShardGroup is required.")]
[JsonProperty(PropertyName = "shardGroup")]
public string ShardGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The name of the shardGroup for the peer. |
Remarks
Required
Status
Declaration
[Required(ErrorMessage = "Status is required.")]
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(ResponseEnumConverter))]
public CatalogPeerWithExadbXsNewVaultAndCluster.StatusEnum? Status { get; set; }
Property Value
| Type | Description |
|---|---|
| CatalogPeerWithExadbXsNewVaultAndCluster.StatusEnum? | Status of EXADB_XS based catalog peer. |
Remarks
Required
SupportingResourceId
Declaration
[JsonProperty(PropertyName = "supportingResourceId")]
public string SupportingResourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | the identifier of the underlying supporting resource. |
TimeCreated
Declaration
[Required(ErrorMessage = "TimeCreated is required.")]
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? | The time the catalog peer was created. An RFC3339 formatted datetime string |
Remarks
Required
TimeUpdated
Declaration
[Required(ErrorMessage = "TimeUpdated is required.")]
[JsonProperty(PropertyName = "timeUpdated")]
public DateTime? TimeUpdated { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? | The time the catalog peer was last updated. An RFC3339 formatted datetime string |
Remarks
Required
TransportType
Declaration
[JsonProperty(PropertyName = "transportType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DistributedDbTransportType? TransportType { get; set; }
Property Value
| Type | Description |
|---|---|
| DistributedDbTransportType? | The redo transport type to use for this Data Guard association. |
VmClusterDetails
Declaration
[JsonProperty(PropertyName = "vmClusterDetails")]
public DistributedDbVmCluster VmClusterDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| DistributedDbVmCluster |