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