Class CreateComputeInstanceNonMovableBlockVolumeAttachAndMountOperationsDetails
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 CreateComputeInstanceNonMovableBlockVolumeAttachAndMountOperationsDetails
Properties
Attachments
Declaration
[JsonProperty(PropertyName = "attachments")]
public List<CreateComputeInstanceNonMovableBlockVolumeAttachOperationDetails> Attachments { get; set; }
Property Value
Type | Description |
---|---|
List<CreateComputeInstanceNonMovableBlockVolumeAttachOperationDetails> | A list of details of attach or detach operations performed on block volumes. |
Mounts
Declaration
[JsonProperty(PropertyName = "mounts")]
public List<CreateComputeInstanceNonMovableBlockVolumeMountOperationDetails> Mounts { get; set; }
Property Value
Type | Description |
---|---|
List<CreateComputeInstanceNonMovableBlockVolumeMountOperationDetails> | A list of details of mount operations performed on block volumes. |