Show / Hide Table of Contents

Class VolumeSourceFromBlockVolumeReplicaDetails

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

Inheritance
object
VolumeSourceDetails
VolumeSourceFromBlockVolumeReplicaDetails
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 VolumeSourceFromBlockVolumeReplicaDetails : VolumeSourceDetails

Properties

Id

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

The OCID of the block volume replica.

Remarks

Required

In this article
Back to top