Class CreateComputeInstanceNonMovableBlockVolumeOperationDetails
The details for creating the operations performed on a block volume.
Inherited Members
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.
|
Remarks
Required
MountDetails
Declaration
[JsonProperty(PropertyName = "mountDetails")]
public CreateBlockVolumeMountDetails MountDetails { get; set; }
Property Value
Type | Description |
---|---|
CreateBlockVolumeMountDetails |