Show / Hide Table of Contents

Class ComputeInstanceNonMovableBlockVolumeOperation

Deprecated. Use the 'ComputeInstanceNonMovableBlockVolumeAttachAndMountOperationsDetails' definition instead of this. The details of operations performed on a block volume.

Inheritance
object
ComputeInstanceNonMovableBlockVolumeOperation
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 ComputeInstanceNonMovableBlockVolumeOperation

Properties

AttachmentDetails

Declaration
[JsonProperty(PropertyName = "attachmentDetails")]
public BlockVolumeAttachmentDetails AttachmentDetails { get; set; }
Property Value
Type Description
BlockVolumeAttachmentDetails

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

MountDetails

Declaration
[JsonProperty(PropertyName = "mountDetails")]
public BlockVolumeMountDetails MountDetails { get; set; }
Property Value
Type Description
BlockVolumeMountDetails
In this article
Back to top