Class InstanceConfigurationBlockVolumeReplicaDetails
Contains the details for the block volume replica
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class InstanceConfigurationBlockVolumeReplicaDetails
  Properties
AvailabilityDomain
Declaration
[Required(ErrorMessage = "AvailabilityDomain is required.")]
[JsonProperty(PropertyName = "availabilityDomain")]
public string AvailabilityDomain { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The availability domain of the block volume replica.
  | 
      
Remarks
Required
DisplayName
Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The display name of the block volume replica. You may optionally specify a display name for the block volume replica, otherwise a default is provided.  |