Show / Hide Table of Contents

Class CreateComputeInstanceNonMovableBlockVolumeOperationDetails

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

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

Properties

AttachmentDetails

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

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