Show / Hide Table of Contents

Class UpdateComputeInstanceNonMovableBlockVolumeOperationDetails

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

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

Properties

AttachmentDetails

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

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 UpdateBlockVolumeMountDetails MountDetails { get; set; }
Property Value
Type Description
UpdateBlockVolumeMountDetails
In this article
Back to top