Show / Hide Table of Contents

Class ComputeInstanceNonMovableBlockVolumeAttachAndMountOperationsDetails

The details of the block volume operations performed on the non-movable compute instance.

Inheritance
object
ComputeInstanceNonMovableBlockVolumeAttachAndMountOperationsDetails
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 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.

In this article
Back to top