Class ComputeInstanceNonMovableBlockVolumeAttachAndMountOperationsDetails
The details of the block volume operations performed on the non-movable compute instance.
Inherited Members
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public class ComputeInstanceNonMovableBlockVolumeAttachAndMountOperationsDetails
Properties
Attachments
Declaration
[JsonProperty(PropertyName = "attachments")]
public List<ComputeInstanceNonMovableBlockVolumeAttachOperationDetails> Attachments { get; set; }
Property Value
Type | Description |
---|---|
List<ComputeInstanceNonMovableBlockVolumeAttachOperationDetails> | A list of details of attach or detach operations performed on block volumes. |
Mounts
Declaration
[JsonProperty(PropertyName = "mounts")]
public List<ComputeInstanceNonMovableBlockVolumeMountOperationDetails> Mounts { get; set; }
Property Value
Type | Description |
---|---|
List<ComputeInstanceNonMovableBlockVolumeMountOperationDetails> | A list of details of mount operations performed on block volumes. |