Show / Hide Table of Contents

Class UpdateComputeInstanceNonMovableBlockVolumeAttachOperationDetails

The details for updating a block volume attachment or detachment operation.

Inheritance
object
UpdateComputeInstanceNonMovableBlockVolumeAttachOperationDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public class UpdateComputeInstanceNonMovableBlockVolumeAttachOperationDetails

Properties

BlockVolumeId

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

The OCID of the block volume.
Example: ocid1.volume.oc1..uniqueID

Remarks

Required

VolumeAttachmentReferenceInstanceId

Declaration
[JsonProperty(PropertyName = "volumeAttachmentReferenceInstanceId")]
public string VolumeAttachmentReferenceInstanceId { get; set; }
Property Value
Type Description
string

The OCID of the reference compute instance needed to obtain the volume attachment details. This reference compute instance belongs to the peer DR protection group.
Example: ocid1.instance.oc1..uniqueID

In this article
Back to top