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.
Inherited Members
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