Show / Hide Table of Contents

Class VolumeGroupSourceFromVolumeGroupReplicaDetails

Specifies the source volume replica which the volume group will be created from. The volume group replica shoulbe be in the same availability domain as the volume group. Only one volume group can be created from a volume group replica at the same time.

Inheritance
object
VolumeGroupSourceDetails
VolumeGroupSourceFromVolumeGroupReplicaDetails
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 VolumeGroupSourceFromVolumeGroupReplicaDetails : VolumeGroupSourceDetails

Properties

VolumeGroupReplicaId

Declaration
[Required(ErrorMessage = "VolumeGroupReplicaId is required.")]
[JsonProperty(PropertyName = "volumeGroupReplicaId")]
public string VolumeGroupReplicaId { get; set; }
Property Value
Type Description
string

The OCID of the volume group replica.

Remarks

Required

In this article
Back to top