Class ComputeInstanceNonMovableBlockVolumeAttachOperationDetails
The details for attaching or detaching a block volume to a non-movable compute instance.
Inherited Members
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public class ComputeInstanceNonMovableBlockVolumeAttachOperationDetails
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.
|
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.
|