Show / Hide Table of Contents

Class InstanceConfigurationBlockVolumeReplicaDetails

Contains the details for the block volume replica

Inheritance
object
InstanceConfigurationBlockVolumeReplicaDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.
Example: Uocm:PHX-AD-1

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.

In this article
Back to top